As I user I don’t want to wait a long time for my RSS feeds to update so that I can start reading my RSS feeds right away.
As the operator of coretext-api I don’t want expensive requests for RSS data to happen regularly so that I can save money on the server bill but also allow users to read their RSS feeds as soon as they fire it up.
Notes:
- The simple solution is to leave everything on the database, but refactor
Feedso that it’s stored (and updated!) on clients. - Will need to do extenstive testing to ensure that clients won’t have XSRF errors if they make regular requests for RSS feeds from other websites