- Dortmund, Germany
-
CS student at TU-Dortmund
- Joined on
2023-11-08
Block a user
Use Flask's "content_processor" to inject common variables into templates
Update some content asynchronously using AJAX
Fix date-locking only working with large delay
Fix date-locking only working with large delay
Was probably caused by not setting the TZ inside the docker container. Should be fixed now hopefully.
Fastest laps + sprint points + sprint DNFs need to be tracked for driver stats calculation
Fastest laps + sprint points + sprint DNFs need to be tracked for driver stats calculation
Implemented in 10cf690ee2
Fix date-locking only working with large delay
The delay is exactly 1h, so probably some summer/winter timezone issue?
Retrieve race data from FastF1 API
Retrieve race data from FastF1 API
If possible, add a "Fetch from OpenF1" button to the race-result page
Fastest laps + sprint points + sprint DNFs need to be tracked for driver stats calculation
Retrieve race data from FastF1 API
Retrieve race data from FastF1 API
This API is not simple enough, so I'm not going to use it. Also, keeping everything self-contained is probably not a terrible idea. Reopens #4.
Only do manual DB queries inside "Model" subclasses