Update note
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:
@ -39,16 +39,11 @@ 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)
|
||||
@ -56,4 +51,3 @@ import formula10.controller.error_controller
|
||||
|
||||
# Possible but probably not
|
||||
# - Show cards of previous race results, like with season guesses?
|
||||
# - Make user order changeable using drag'n'drop?
|
@ -13,8 +13,7 @@
|
||||
<div class="card mb-2">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Note</h5>
|
||||
Picks that match the current standings are marked in green,
|
||||
except for the hot-take and overtake picks, as those are not evaluated automatically.
|
||||
Picks that match the current standings are marked in green, except for the hot-take and overtake picks, as those are not evaluated automatically.<br>
|
||||
Points from sprints and fastest laps are not tracked currently.
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user