Update TODO

This commit is contained in:
Jordan Bancino 2023-02-27 17:25:39 +00:00
parent 6ce6cb4525
commit d89e3fd753

View file

@ -16,8 +16,9 @@ Milestone: v0.2.0
[x] Json API [x] Json API
[x] Trailing commas should not be allowed in arrays and objects [x] Trailing commas should not be allowed in arrays and objects
[x] Fix empty arrays not parsing [x] Fix empty arrays not parsing
[ ] Db API [~] Db API
[ ] If object is in cache, but doesn't exist on disk, delete from cache [x] If object is in cache, but doesn't exist on disk, delete from cache
[ ] Allow cache to be totally disabled (no MIN_CACHE_SIZE)
[~] User login [~] User login
[x] User manipulation functions (so we don't use the DB directly) [x] User manipulation functions (so we don't use the DB directly)
[x] Refresh tokens [x] Refresh tokens