mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 11:54:59 -04:00
49 lines
3.4 KiB
Markdown
49 lines
3.4 KiB
Markdown
# box-box Roadmap
|
|
|
|
A living document tracking the evolution of box-box from a solid F1 terminal dashboard into the ultimate pit wall companion.
|
|
|
|
---
|
|
|
|
## Phase 1 — "Pit Wall Mode" (Enhance What Exists)
|
|
|
|
Enrich existing tabs with data that's already available from the API but not yet rendered. Zero or minimal new API calls — prioritizes computed insights from data we already fetch.
|
|
|
|
- [x] **Starting Grid View** — Show qualifying lap times and grid order in Race Detail tab (secondary data tier, Race sessions only)
|
|
- [x] **Tyre Degradation Analysis** — Compute deg rate per stint from existing laps + stints data in Driver Detail. Show pace drop-off, stint consistency, and degradation sparklines
|
|
- [x] **Sector & Speed Analysis** — Sector time sparklines (S1/S2/S3) and speed trap trends from existing lap data in Driver Detail
|
|
- [x] **Gap Trend Sparklines in Live Feed** — Track gap-to-leader history per driver over WebSocket updates. Show mini trend indicator in the timing tower during races
|
|
|
|
---
|
|
|
|
## Phase 2 — "Race Director" (Killer Features)
|
|
|
|
New views that reconstruct the race narrative and make box-box indispensable during a live session.
|
|
|
|
- [x] **ASCII Track Map** — Render track outline from Location data with live car positions colored by team
|
|
- [x] **Race Replay / Lap Scrubber** — Step through a completed race lap-by-lap with full context (positions, pits, RC messages, weather). Arrow keys scrub, showing the field evolve over time
|
|
- [x] **Battle Tracker** — Auto-detect duels (drivers within DRS range) and show head-to-head gap analysis, pace comparison, and pit strategy divergence
|
|
- [x] **Pit Window Calculator** — Predict rejoin position if a driver pits now, based on current gaps + avg pit loss + estimated tyre deg rate
|
|
|
|
---
|
|
|
|
## Phase 3 — "Engineering Room" (Companion Web View)
|
|
|
|
Originally scoped as a lightweight canvas for visualizations, this has grown into a full companion web app: a React + Vite SPA (command center, race hub, live timing, championship, briefing, data library) served by the Go server in `internal/web/`, with a `/api/v1` REST surface, an SSE relay of the F1 live feed, and Playwright e2e/visual coverage.
|
|
|
|
- [x] **`box-box --web` server** — Spawn a localhost SPA from Go embedded assets, sharing the same SQLite cache
|
|
- [x] **SVG Track Map** — Animated car positions on a real circuit layout with team colors
|
|
- [x] **Telemetry Overlay** — Interactive throttle/brake/speed graph through a lap (D3.js or Canvas)
|
|
- [x] **Strategy Timeline** — Visual pit stop and stint timeline for the full field
|
|
- [x] **Championship Hub** — `/championship` page backed by `/api/v1/championship/hub`: official standings aggregated with derived stats (wins, podiums, poles, last-5 form, teammate head-to-head) and per-round cumulative points progression
|
|
|
|
---
|
|
|
|
## Phase 4 — "Always On" (Background Intelligence)
|
|
|
|
Passive monitoring and historical analysis features.
|
|
|
|
- [ ] **Daemon / Notification Mode** — `box-box --watch` sends OS notifications for key race events (flags, overtakes, pit stops)
|
|
- [x] **Championship Simulator** — "What if" scenarios: set finishing positions per driver and project championship standings forward (simulator view on the web `/championship` page)
|
|
- [ ] **Multi-Year Driver Comparison** — Career arc and season-over-season stats with win/pole rates
|
|
- [ ] **tmux / Status Bar Integration** — Compact race status output for shell prompts and status bars
|