Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TinyTinyRSS/OldReader-like services #12

Open
JadedCtrl opened this issue Apr 20, 2021 · 0 comments
Open

Support TinyTinyRSS/OldReader-like services #12

JadedCtrl opened this issue Apr 20, 2021 · 0 comments

Comments

@JadedCtrl
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant