[PR #138] Feat: Add Fastest Lap Sectors to Qualifying Leaderboard #168

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

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/138
Author: @shash-hq
Created: 12/27/2025
Status: 🔄 Open

Base: mainHead: feat/qualifying-ui


📝 Commits (2)

  • d11a783 Feat: Add Fastest Lap Sectors to Qualifying Leaderboard
  • 9f721dd Fix(data): Add error logging for missing sector data

📊 Changes

2 files changed (+53 additions, -10 deletions)

View changed files

📝 src/f1_data.py (+16 -0)
📝 src/ui_components.py (+37 -10)

📄 Description

Enhances the Qualifying Results view by adding breakdown columns for Sector 1, 2, and 3 times.

Changes:

  • Data: Modified get_qualifying_results to fetch sector splits for each driver's fastest lap.
  • UI: Updated LapTimeLeaderboardComponent to render S1, S2, S3 columns alongside the total lap time.

🔄 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/138 **Author:** [@shash-hq](https://github.com/shash-hq) **Created:** 12/27/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/qualifying-ui` --- ### 📝 Commits (2) - [`d11a783`](https://github.com/IAmTomShaw/f1-race-replay/commit/d11a783bc009df4d60ca59e233e17d7e3a645285) Feat: Add Fastest Lap Sectors to Qualifying Leaderboard - [`9f721dd`](https://github.com/IAmTomShaw/f1-race-replay/commit/9f721dddaa9fc1f5da8a482c5b34ee86d5be2e8a) Fix(data): Add error logging for missing sector data ### 📊 Changes **2 files changed** (+53 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/f1_data.py` (+16 -0) 📝 `src/ui_components.py` (+37 -10) </details> ### 📄 Description Enhances the Qualifying Results view by adding breakdown columns for Sector 1, 2, and 3 times. **Changes:** - **Data:** Modified `get_qualifying_results` to fetch sector splits for each driver's fastest lap. - **UI:** Updated `LapTimeLeaderboardComponent` to render S1, S2, S3 columns alongside the total lap time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#168
No description provided.