From 39c2b0c7fda75c6bbe9ff2b497c03d59a1b3e47b Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sat, 4 Nov 2023 13:34:56 +0000 Subject: [PATCH] Update TODO Co-authored-by: mrjvs --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d435581..96dda15 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ Backend for movie-web - [X] cleanup jobs - [X] cleanup expired sessions - [ ] ratelimits (stored in redis) - - [ ] provider metrics - - [ ] cleanup old metrics in DB - - [ ] endpoint to consume and store metrics + - [x] provider metrics + - [x] cleanup old metrics in DB + - [x] endpoint to consume and store metrics - [ ] pass metrics to prometheus ## Second todo list - - [ ] think of privacy centric method of auth - - [ ] Register - - [ ] Login + - [X] think of privacy centric method of auth + - [X] Register + - [X] Login