From d89e3fd75389295696c4bed04874a0dfd6d87959 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 27 Feb 2023 17:25:39 +0000 Subject: [PATCH] Update TODO --- TODO.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 09d5c38..ad78780 100644 --- a/TODO.txt +++ b/TODO.txt @@ -16,8 +16,9 @@ Milestone: v0.2.0 [x] Json API [x] Trailing commas should not be allowed in arrays and objects [x] Fix empty arrays not parsing -[ ] Db API - [ ] If object is in cache, but doesn't exist on disk, delete from cache +[~] Db API + [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 [x] User manipulation functions (so we don't use the DB directly) [x] Refresh tokens