Support TinyTinyRSS/OldReader-like services #12
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jadedctrl/Pogger#12
Ŝarĝante…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Doesn't seem like this'll require too much restructuring― the FeedsList should become a BOutlineListView (which has, e.g., "TinyTinyRSS" and "Local" as the top of the hierarchy, with their feeds under them), and new Feed classes should be made. Other than that, a class above Feeds ("MetaFeed", "SuperFeed"? Haha) could be used to fetch subscribed feeds. It might represent the service/way feeds are aqquired (i.e., LocalMetaFeed, TTRMetaFeed, etc).
Right now, subscribed feeds are just fetched from the FeedController― so instead of using FeedController::SubscribedFeeds, you'd use MetaFeed::SubscribedFeeds, and FeedController might have to manage multiple MetaFeeds.
Using the addon system for MetaFeeds and Feeds might be a good idea, to help generalize.