From a6f61a3c5bcfbb8b3d7e7e57d6c4579f2b7bfe24 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Fri, 16 May 2025 14:29:59 +0300 Subject: [PATCH] Update TODOS --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 971c0a0..fc63f1f 100644 --- a/README.md +++ b/README.md @@ -224,9 +224,8 @@ Automated tests are not implemented at this time. Manual testing via the API doc * [ ] Replace password hashing with passlib * [ ] Switch to PostgreSQL from DuckDB * [x] Implement more comprehensive logging -* [x] Implement user disabling functionality +* [ ] Implement user disabling functionality * [x] Implement user profile update functionality (name, email, password, avatar, etc.) -* [x] Add vote weighting system for jury scores * [x] Fix avatar upload size validation ## Contributing