lolocomotive / Klient

Unofficial flutter client for the Skolengo / Kosmos / K-d'école education management system (ENT)
GNU General Public License v3.0
14 stars 1 forks source link

Change caching system #16

Closed lolocomotive closed 1 year ago

lolocomotive commented 1 year ago

The database solution works fine right now but the new API would require a rewrite of the entire database structure and two separate parsing and serialization methods for each object (at least that's how I see it).

I think that from now on I'll just directly cache the request responses in json files (or in database entries depending on which is faster/mor practical), which will make it easier to handle.

lolocomotive commented 1 year ago

TODO: