Christoph Urlacher christoph
  • Dortmund, Germany
  • CS student at TU-Dortmund

  • Joined on 2023-11-08
christoph opened issue christoph/flask-formula10#17 2024-03-10 13:54:07 +01:00
Use Flask's "content_processor" to inject common variables into templates
christoph opened issue christoph/flask-formula10#16 2024-03-10 13:23:06 +01:00
Update some content asynchronously using AJAX
christoph pushed to main at christoph/flask-formula10 2024-03-10 00:48:45 +01:00
6e20275dcd Remove obsolete notes
christoph closed issue christoph/flask-formula10#12 2024-03-10 00:46:21 +01:00
Fix date-locking only working with large delay
christoph commented on issue christoph/flask-formula10#12 2024-03-10 00:46:21 +01:00
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.

christoph closed issue christoph/flask-formula10#4 2024-03-10 00:32:38 +01:00
Fastest laps + sprint points + sprint DNFs need to be tracked for driver stats calculation
christoph pushed to main at christoph/flask-formula10 2024-03-10 00:32:11 +01:00
10cf690ee2 Track sprint stats + fastest laps + add to stats
christoph commented on issue christoph/flask-formula10#12 2024-03-09 23:34:25 +01:00
Fix date-locking only working with large delay

The delay is exactly 1h, so probably some summer/winter timezone issue?

christoph reopened issue christoph/flask-formula10#10 2024-03-09 23:23:08 +01:00
Retrieve race data from FastF1 API
christoph commented on issue christoph/flask-formula10#10 2024-03-09 23:23:08 +01:00
Retrieve race data from FastF1 API

If possible, add a "Fetch from OpenF1" button to the race-result page

christoph pushed to main at christoph/flask-formula10 2024-03-09 23:22:21 +01:00
628e2cd99a Update frontend for extended stats (sprint)
christoph pushed to main at christoph/flask-formula10 2024-03-09 20:57:00 +01:00
e57109caf4 Add quali_date + has_sprint fields to race
christoph pushed to openf1 at christoph/flask-formula10 2024-03-09 20:30:39 +01:00
4b3f95764c Disable stuff no longer required
christoph reopened issue christoph/flask-formula10#4 2024-03-09 20:30:04 +01:00
Fastest laps + sprint points + sprint DNFs need to be tracked for driver stats calculation
christoph closed issue christoph/flask-formula10#10 2024-03-09 20:30:00 +01:00
Retrieve race data from FastF1 API
christoph commented on issue christoph/flask-formula10#10 2024-03-09 20:30:00 +01:00
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.

christoph opened issue christoph/flask-formula10#15 2024-03-09 20:15:13 +01:00
Only do manual DB queries inside "Model" subclasses
christoph pushed to openf1 at christoph/flask-formula10 2024-03-09 20:05:35 +01:00
4fc13471f5 Enable docker workflow on all branches
christoph pushed to openf1 at christoph/flask-formula10 2024-03-09 20:05:00 +01:00
8905673d6d Add requests dependency