Display current season guess state
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user