sba-scouting/rust
Cal Corum b6da926258 Implement Phase 5: Roster, Matchup, Lineup, and Settings screens
Replace all four stub screens with full implementations. Wire up nav bar
with [r/m/l/S] keys and Box<State> ActiveScreen variants. Roster shows
tabbed batter/pitcher tables with card ratings. Matchup adds standalone
analysis with sort modes. Lineup provides two-panel builder with
save/load/delete. Settings offers form-based TOML config editing with
live team validation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 14:29:50 -06:00
..
docs/sheets_export Add local CSV card data for Rust importer integration testing 2026-02-28 12:08:04 -06:00
src Implement Phase 5: Roster, Matchup, Lineup, and Settings screens 2026-02-28 14:29:50 -06:00
tests Implement Phase 3: calc layer with matchup scoring, league stats, and score cache 2026-02-27 23:35:01 -06:00
.gitignore Add Rust project scaffold for TUI rewrite 2026-02-26 08:40:42 -06:00
Cargo.lock Add file-based logging to avoid TUI corruption from stderr output 2026-02-28 08:04:33 -06:00
Cargo.toml Add file-based logging to avoid TUI corruption from stderr output 2026-02-28 08:04:33 -06:00
CLAUDE.md Redesign dashboard with roster health, card coverage, and sync refresh 2026-02-28 11:52:38 -06:00
PHASE1_PROJECT_PLAN.json Add test scaffold and mark Phase 1 tasks complete 2026-02-26 20:02:01 -06:00
PHASE2_PROJECT_PLAN.json Redesign dashboard with roster health, card coverage, and sync refresh 2026-02-28 11:52:38 -06:00
PHASE3_PROJECT_PLAN.json Redesign dashboard with roster health, card coverage, and sync refresh 2026-02-28 11:52:38 -06:00