[RSS Reader] Changing a feed's topic should be done through drag and drop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Shorts App |
Fix Released
|
High
|
Joey Chan | ||
Ubuntu UX |
Fix Committed
|
High
|
Lisette Slegers |
Bug Description
Currently changing the topic a feed is associated with is done in a feed detail screen.
---
Desired solution
Users can drag feeds to another topic. See https:/
If this is impossible, the detail screen is a good intermediate solution, if we:
* Remove 'delete' functionality; see https:/
* Remove ability to edit feed URL and title. We only display the feed title and it is not an editable textfield.
The screen would look like this:
-------
Edit feed
[Feed title]
Topic: [Feed topic] ▾
Cancel / Done
-------
Related branches
- David Planella: Needs Information
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 807 lines (+490/-71)6 files modifiedfeeds/CreateTopicPage.qml (+4/-0)
feeds/EditFeed.qml (+12/-1)
feeds/SwipeDelete.qml (+118/-0)
feeds/TopicComponent.qml (+218/-61)
feeds/TopicManagement.qml (+106/-5)
rssreader-app.qml (+32/-4)
description: | updated |
Changed in ubuntu-ux: | |
status: | New → Fix Committed |
importance: | Undecided → High |
assignee: | nobody → Lisette Slegers (lisette-slegers) |
Changed in ubuntu-rssreader-app: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Joey Chan (qqworini) |
Changed in ubuntu-rssreader-app: | |
status: | Fix Committed → Fix Released |
Hi Lisette,
I think the feed URL is necessary to display, because some user want to know which url is using by this feed and some feeds shown from the search result have the same name with different URL.
And I already made them both read-only