[PR #193] Added Race Insights & Charts visualization feature in CLI #211

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

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/193
Author: @SiddheshSuryawanshi17
Created: 1/25/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

📊 Changes

7 files changed (+607 additions, -2 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 (+54 -1)
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/193 **Author:** [@SiddheshSuryawanshi17](https://github.com/SiddheshSuryawanshi17) **Created:** 1/25/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`ac3a256`](https://github.com/IAmTomShaw/f1-race-replay/commit/ac3a256a964892d3ab1ac33c008ff942f1c59ceb) Initial Commit ### 📊 Changes **7 files changed** (+607 additions, -2 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` (+54 -1) ➕ `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#211
No description provided.