Display current season guess state
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-03-02 20:31:34 +01:00
parent a0051aacc3
commit dfb9360125
7 changed files with 236 additions and 34 deletions

View File

@ -31,7 +31,10 @@ import formula10.controller.error_controller
# TODO
# Statistics
# Leaderboard
# - For season guess calc there is missing: Fastest laps + sprint points + sprint DNFs (in race result)
# - Display total points somewhere in race table? Below the name in the table header.
# - Auto calculate season points
# - Highlight currently correct values for some season guesses (e.g. current most dnfs, team winners, podiums)
@ -39,6 +42,9 @@ import formula10.controller.error_controller
# - Interesting stats:
# - Which driver was voted most for dnf (top 5)?
# Statistics
# - Display stats: Driver standing, Team standing, DNFs, Fastest laps
# General
# - Decouple names from IDs + Fix Valtteri/Russel spelling errors
# - Unit testing (as much as possible, but especially points calculation)