From 8940277b78bea65c6324e2e9ac81cb5e3be98167 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sun, 29 Oct 2023 17:24:56 +0100 Subject: [PATCH] reorganize todos --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 98a6d69..d435581 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Backend for movie-web ## Todo list - - [ ] standard endpoints: + - [X] standard endpoints: - [X] make account (PFP, account name) - [X] login (Pending Actual Auth) - [X] logout a session @@ -18,19 +18,21 @@ Backend for movie-web - [X] GET settings - [X] GET progress items - [X] DELETE progress items - - [ ] consume provider metrics + - [X] GET user with @me - [X] DELETE user - should delete all associated data - - [ ] prometheus metrics + - [X] prometheus metrics - [X] requests - [X] user count - - [ ] provider metrics - - [ ] ratelimits (stored in redis) - [X] switch to pnpm - [X] catpcha support - [X] global namespacing (accounts are stored on a namespace) - - [ ] cleanup jobs + - [X] cleanup jobs - [X] cleanup expired sessions - - [ ] cleanup old provider metrics + - [ ] ratelimits (stored in redis) + - [ ] provider metrics + - [ ] cleanup old metrics in DB + - [ ] endpoint to consume and store metrics + - [ ] pass metrics to prometheus ## Second todo list - [ ] think of privacy centric method of auth