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

  • Joined on 2023-11-08
christoph pushed to main at christoph/flask-formula10 2024-03-10 20:09:05 +01:00
d88ae9568f Add frontend button to fetch from OpenF1
1ab92eff9a Implement fetching of certain data from OpenF1
c2838c3332 Update flake with commands
e6a70365f3 Add OpenF1 model classes
Compare 4 commits »
christoph opened issue christoph/flask-formula10#19 2024-03-10 14:00:50 +01:00
Use route defaults syntax instead of creating a separate endpoint handler
christoph opened issue christoph/flask-formula10#18 2024-03-10 13:57:32 +01:00
Use Flask-Caching instead of keeping values in-memory for a single template
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 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#12 2024-03-10 00:46:21 +01:00
Fix date-locking only working with large delay
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.