Add diagrams to stats page
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 16s

This commit is contained in:
2024-03-03 03:19:51 +01:00
parent a3d234a754
commit 0d598e75a2
4 changed files with 285 additions and 87 deletions

View File

@ -40,14 +40,10 @@ import formula10.controller.error_controller
# - For season guess calc there is missing: Fastest laps + sprint points + sprint DNFs (in race result)
# - 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)?
# 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?
# - 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)?