Fix date mistakes in static race data
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:
@ -7,11 +7,11 @@ China,5,2024-04-21-09-00,7
|
|||||||
Miami,6,2024-05-05-22-00,13
|
Miami,6,2024-05-05-22-00,13
|
||||||
Emilia-Romagna,7,2024-05-21-15-00,17
|
Emilia-Romagna,7,2024-05-21-15-00,17
|
||||||
Monaco,8,2024-05-26-15-00,5
|
Monaco,8,2024-05-26-15-00,5
|
||||||
Canada,9,2023-06-09-20-00,12
|
Canada,9,2024-06-09-20-00,12
|
||||||
Spain,10,2024-06-23-15-00,8
|
Spain,10,2024-06-23-15-00,8
|
||||||
Austria,11,2024-06-30-15-00,11
|
Austria,11,2024-06-30-15-00,11
|
||||||
Great Britain,12,2024-07-07-16-00,4
|
Great Britain,12,2024-07-07-16-00,4
|
||||||
Hungary,12,2023-07-23-15-00,17
|
Hungary,12,2024-07-23-15-00,17
|
||||||
Belgium,13,2024-07-28-15-00,13
|
Belgium,13,2024-07-28-15-00,13
|
||||||
Netherlands,14,2024-08-25-15-00,7
|
Netherlands,14,2024-08-25-15-00,7
|
||||||
Monza,15,2024-09-01-15-00,16
|
Monza,15,2024-09-01-15-00,16
|
||||||
|
|
@ -41,7 +41,7 @@ import formula10.controller.error_controller
|
|||||||
# 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)
|
# - 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?
|
||||||
|
Reference in New Issue
Block a user