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,21 +39,15 @@ import formula10.controller.error_controller
|
|||||||
|
|
||||||
# - For season guess calc there is missing: Fastest laps + sprint points + sprint DNFs (in race result)
|
# - 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 (display season points?)
|
||||||
# - Auto calculate season points
|
|
||||||
# - Highlight currently correct values for some season guesses (e.g. current most dnfs, team winners, podiums)
|
|
||||||
# - Generate static diagram using chart.js + templating the js (funny yikes)
|
# - Generate static diagram using chart.js + templating the js (funny yikes)
|
||||||
# - Interesting stats:
|
# - Interesting stats:
|
||||||
# - Which driver was voted most for dnf (top 5)?
|
# - Which driver was voted most for dnf (top 5)?
|
||||||
|
|
||||||
# Statistics
|
|
||||||
# - Display stats: Driver standing, Team standing, DNFs, Fastest laps
|
|
||||||
|
|
||||||
# General
|
# General
|
||||||
# - Decouple names from IDs + Fix Valtteri/Russel spelling errors
|
# - Decouple names from IDs + Fix Valtteri/Russel spelling errors
|
||||||
# - Unit testing (as much as possible, but especially points calculation)
|
# - 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)?
|
# - 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
|
# Possible but probably not
|
||||||
# - Show cards of previous race results, like with season guesses?
|
# - 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 mb-2">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Note</h5>
|
<h5 class="card-title">Note</h5>
|
||||||
Picks that match the current standings are marked in green,
|
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>
|
||||||
except for the hot-take and overtake picks, as those are not evaluated automatically.
|
|
||||||
Points from sprints and fastest laps are not tracked currently.
|
Points from sprints and fastest laps are not tracked currently.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user