mirror of
https://github.com/sussy-code/backend.git
synced 2026-01-11 20:10:18 +00:00
reorganize todos
This commit is contained in:
parent
dc683a9872
commit
8940277b78
1 changed files with 9 additions and 7 deletions
16
README.md
16
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue