DouglasOrr/StNicksApp

Convert local data store to SQLite

Closed this issue · 0 comments

The current local sermon list data store is JSON (just a cached copy of the file downloaded from the server). This is simple, but limited:

  • Awkward to persist local metadata:
    • Cached sermons
    • Last updated
  • Always consumes O(N) memory (currently not a problem, but not elegant)