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

Change the feed db schema to keep track of the (un)read status #8

Open
idflood opened this issue Jul 16, 2013 · 1 comment
Open

Change the feed db schema to keep track of the (un)read status #8

idflood opened this issue Jul 16, 2013 · 1 comment

Comments

@idflood
Copy link

idflood commented Jul 16, 2013

For my use case the current way of storing feeds is not really helpful. I think that the feed items should be marked as read/unread and their state saved in db. With a view listing all feed items by date this would be much more faster to see if there is some new article to read or not.

So instead of overwriting the feed items when the cache ends, the app should update or create the feed item in a table.

In a second time, there could be some automated cleanup of these items. Ideally the method would be defined in config. Max items by feed / time max / ...

What do you think?

@geekuillaume
Copy link
Owner

I had the same idea but I'm lacking of time now.
I'm adding it on the Todo list ;-)

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

No branches or pull requests

2 participants