From 9b5bf5e145282c8f145111acd7ace9f55689a3f2 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sat, 4 Nov 2023 15:11:09 +0000 Subject: [PATCH] Cleanup README --- README.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/README.md b/README.md index e5bf090..f31857f 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,2 @@ # backend Backend for movie-web - -## Todo list - - [X] standard endpoints: - - [X] make account (PFP, account name) - - [X] login (Pending Actual Auth) - - [X] logout a session - - [X] read all sessions from logged in user - - [X] edit current session device name - - [X] edit account name and PFP - - [X] delete logged in user - - [X] backend meta (name and description) - - [X] upsert settings - - [X] upsert progress items - - [X] upsert bookmarks - - [X] GET bookmarks - - [X] GET settings - - [X] GET progress items - - [X] DELETE progress items - - [X] GET user with @me - - [X] DELETE user - should delete all associated data - - [X] prometheus metrics - - [X] requests - - [X] user count - - [X] switch to pnpm - - [X] catpcha support - - [X] global namespacing (accounts are stored on a namespace) - - [X] cleanup jobs - - [X] cleanup expired sessions - - [ ] ratelimits (stored in redis) - - [x] provider metrics - - [x] cleanup old metrics in DB - - [x] endpoint to consume and store metrics - - [x] pass metrics to prometheus - -## Second todo list - - [X] think of privacy centric method of auth - - [X] Register - - [X] Login