[PR #185] [CLOSED] Feat: Pit Stop Markers on Timeline #205

Closed
opened 2026-05-07 00:19:12 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/185
Author: @LRxDarkDevil
Created: 1/23/2026
Status: Closed

Base: mainHead: feature/pit-stop-markers


📝 Commits (2)

  • 18c3906 Feat: Add real-time Fastest Lap indicator to leaderboard
  • 146bcec Feat: Add pit stop markers to race progress timeline

📊 Changes

6 files changed (+1997 additions, -1036 deletions)

View changed files

NewIdeasRecommendation.md (+42 -0)
📝 main.py (+178 -139)
📝 src/arcade_replay.py (+20 -5)
📝 src/f1_data.py (+400 -171)
📝 src/interfaces/race_replay.py (+219 -120)
📝 src/ui_components.py (+1138 -601)

📄 Description

Summary

Adds visualization of Pit Stops to the race progress bar.

Changes

  • Backend: Extracts valid pit stop times (in/out) relative to the race start time.
  • Frontend:
    • Passes pit stop data through the pipeline to the UI.
    • Draws a purple dot on the timeline for each pit stop.
    • Updates the legend and tooltips to include 'Pit Stop'.

Motivation

Part of the 'Key Moments' feature set. Allows users to quickly see when drivers pitted and jump to those moments.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/185 **Author:** [@LRxDarkDevil](https://github.com/LRxDarkDevil) **Created:** 1/23/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/pit-stop-markers` --- ### 📝 Commits (2) - [`18c3906`](https://github.com/IAmTomShaw/f1-race-replay/commit/18c3906bd76202feedfeb813a06140d0285a7bcc) Feat: Add real-time Fastest Lap indicator to leaderboard - [`146bcec`](https://github.com/IAmTomShaw/f1-race-replay/commit/146bcec1acd2147c7c65bcc74d9edfd861999245) Feat: Add pit stop markers to race progress timeline ### 📊 Changes **6 files changed** (+1997 additions, -1036 deletions) <details> <summary>View changed files</summary> ➕ `NewIdeasRecommendation.md` (+42 -0) 📝 `main.py` (+178 -139) 📝 `src/arcade_replay.py` (+20 -5) 📝 `src/f1_data.py` (+400 -171) 📝 `src/interfaces/race_replay.py` (+219 -120) 📝 `src/ui_components.py` (+1138 -601) </details> ### 📄 Description ## Summary Adds visualization of Pit Stops to the race progress bar. ## Changes - **Backend**: Extracts valid pit stop times (in/out) relative to the race start time. - **Frontend**: - Passes pit stop data through the pipeline to the UI. - Draws a purple dot on the timeline for each pit stop. - Updates the legend and tooltips to include 'Pit Stop'. ## Motivation Part of the 'Key Moments' feature set. Allows users to quickly see when drivers pitted and jump to those moments. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:12 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#205
No description provided.