Show place number on race result
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-02-26 23:34:48 +01:00
parent ab9440cb4a
commit 1f4489b3aa
3 changed files with 14 additions and 8 deletions

View File

@ -25,13 +25,11 @@ import formula10.controller.error_controller
# TODO
# General
# - Show place when entering race result (would require updating the drag'n'drop code...)
# - Don't write full 2024 date, just 24 or leave out completely, to make column smaller
# Statistics
# - Rename "Statistics" to "Leaderboard"
# - Auto calculate points
# - Order user table by points + display points somewhere
# - Display points somewhere in race table?
# - Highlight currently correct values for some season guesses (e.g. current most dnfs)
# - Generate static diagram using chart.js + templating the js (funny yikes)