Update note
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-03-02 22:40:03 +01:00
parent e7d2e960ad
commit c2c71a32e8
2 changed files with 3 additions and 10 deletions

View File

@ -39,21 +39,15 @@ import formula10.controller.error_controller
# - 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)
# - Auto calculate season points (display season points?)
# - Generate static diagram using chart.js + templating the js (funny yikes)
# - 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)
# - 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)?
# Possible but probably not
# - Show cards of previous race results, like with season guesses?
# - Make user order changeable using drag'n'drop?
# - Show cards of previous race results, like with season guesses?