mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-10 00:08:35 +02:00
[GH-ISSUE #167] Observation/Feature Improvement . #37
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zaivsNoob on GitHub (Jan 13, 2026).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/167
Hi new here . Love the idea . I have this observation about the Event Schedule . If the season has already started, is it going to list only the finished weekends or the whole schedule with the upcoming ones as well? should that be included in the list ? if thats the case is it ok If I work on it ?
@IAmTomShaw commented on GitHub (Jan 19, 2026):
I think it should only list the weekends that are available. We'll have to see what the data source does about this when the season starts.
The data source is https://docs.fastf1.dev/
@zaivsNoob commented on GitHub (Jan 21, 2026):
https://docs.fastf1.dev/api_reference/api_autogen/fastf1.get_events_remaining.html
I think this already offers the data . I would like to work on it if you want this on the season list .
@IAmTomShaw commented on GitHub (Jan 23, 2026):
That would be awesome, thank you! :)
@zaivsNoob commented on GitHub (Jan 23, 2026):
It turns out the "get_event_schedule" already provides the future event data . I opened a PR #188 . it solves the hardcoded year(2025) . Issue . lemme know if there are some observation to it .
@zaivsNoob commented on GitHub (Mar 5, 2026):
@IAmTomShaw hi , is there any update on this !