[PR #216] Added Race Insights & Charts visualization feature in CLI #225

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

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/216
Author: @SiddheshSuryawanshi17
Created: 2/3/2026
Status: 🔄 Open

Base: mainHead: feature/race-insights-charts


📝 Commits (2)

  • ac3a256 Initial Commit
  • 94504d0 Merge branch 'main' into feature/race-insights-charts

📊 Changes

7 files changed (+606 additions, -1 deletions)

View changed files

📝 README.md (+18 -0)
📝 main.py (+27 -0)
📝 roadmap.md (+1 -1)
src/gui/insights_window.py (+203 -0)
📝 src/gui/race_selection.py (+53 -0)
src/insights/__init__.py (+3 -0)
src/insights/chart_generator.py (+301 -0)

📄 Description

Implemented track evolution, tyre strategy, pit stop analysis
Added driver performance, sector comparison, and gap analysis charts
Created interactive GUI window with tabbed interface
Added --insights CLI flag and GUI menu button
Updated documentation and roadmap


🔄 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/216 **Author:** [@SiddheshSuryawanshi17](https://github.com/SiddheshSuryawanshi17) **Created:** 2/3/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/race-insights-charts` --- ### 📝 Commits (2) - [`ac3a256`](https://github.com/IAmTomShaw/f1-race-replay/commit/ac3a256a964892d3ab1ac33c008ff942f1c59ceb) Initial Commit - [`94504d0`](https://github.com/IAmTomShaw/f1-race-replay/commit/94504d0287218b95018eb8953b3204d06fe98bfb) Merge branch 'main' into feature/race-insights-charts ### 📊 Changes **7 files changed** (+606 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+18 -0) 📝 `main.py` (+27 -0) 📝 `roadmap.md` (+1 -1) ➕ `src/gui/insights_window.py` (+203 -0) 📝 `src/gui/race_selection.py` (+53 -0) ➕ `src/insights/__init__.py` (+3 -0) ➕ `src/insights/chart_generator.py` (+301 -0) </details> ### 📄 Description Implemented track evolution, tyre strategy, pit stop analysis Added driver performance, sector comparison, and gap analysis charts Created interactive GUI window with tabbed interface Added --insights CLI flag and GUI menu button Updated documentation and roadmap --- <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#225
No description provided.