Release 1.0rc5

This commit is contained in:
Esa Kataja
2025-05-16 13:13:28 +03:00
parent 3f7b6d10f9
commit 512729398b
6 changed files with 26 additions and 8 deletions
+5 -1
View File
@@ -1,5 +1,7 @@
# Eurovision 25 Homereview Backend
**Version: 1.0rc5**
## Description
This project provides the backend API for the "Eurovision 25 Homereview" application. It allows a small, known group of users, organized into households/groups, to collaboratively review and score Eurovision Song Contest entries during the live show. Users submit numerical scores (1-100) for stage show, wardrobe, and song quality, along with optional text comments. Users can update their scores until the contest is marked as finished by an admin. Afterward, users can view aggregated results within their group or across all participants, including basic statistics.
@@ -222,8 +224,10 @@ 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
* [ ] Implement user disabling functionality
* [x] 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