Refactor so that RSS Feeds are stored (and updated!) on the client

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:

  1. The simple solution is to leave everything on the database, but refactor Feed so that it’s stored (and updated!) on clients.
  2. 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