Fix sorting + standing bug for wcc/wdc
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 23s

This commit is contained in:
2024-03-03 11:24:40 +01:00
parent 1ad558171d
commit 96cb8ca891
2 changed files with 23 additions and 20 deletions

View File

@ -35,15 +35,18 @@ import formula10.controller.error_controller
# TODO
# Leaderboard
# Large DB Update
# - For season guess calc there is missing: Fastest laps + sprint points + sprint DNFs (in race result)
# - Decouple names from IDs in each object + Fix Valtteri/Russel spelling errors
# - Mask to allow changing usernames (easy if name is not used as ID)
# - Maybe even masks for races + drivers + teams?
# - DB fields for links to F1 site
# - DB fields for qualifying dates
# - Auto calculate season points (display season points?)
# - Interesting stats:
# - Which driver was voted most for dnf (top 5)?
# Leaderboards/Points
# - Auto calculate season points (display season points in table + season guess card title?)
# General
# - Decouple names from IDs + Fix Valtteri/Russel spelling errors
# - Unit testing (as much as possible, but especially points calculation)
# - Add links to the official F1 stats page (for quali/result), probably best to store entire link in DB (because they are not entirely regular)?
# - Export all data to CSV (already have that), but downloadable via browser
# - Add links to the official F1 stats page (for quali/result), probably best to store entire link in DB (because they are not entirely regular)?
# - Unit testing (as much as possible, but especially points calculation)