SBA Desktop - Strat-o-Matic Baseball scouting application
Go to file
Cal Corum 3e736442c7 Redesign dashboard with roster health, card coverage, and sync refresh
- Add position coverage, IL players, missing card warnings, and detailed
  sync status sections to the dashboard
- Fix team sync to include IL/MiL teams (active_only=false), matching
  Python behavior so get_my_roster() finds WVIL/WVMiL teams
- Re-fetch all dashboard data after successful sync so changes reflect
  immediately without navigating away
- Add sWAR budget bar (90-100% range) with color thresholds from
  Team.salary_cap
- Add team-scoped missing card queries and bulk sync status query
- Mark Phase 2 and Phase 3 project plans as complete

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 11:52:38 -06:00
docs Initial SBA Scout TUI application 2026-01-25 00:22:20 -06:00
rust Redesign dashboard with roster health, card coverage, and sync refresh 2026-02-28 11:52:38 -06:00
src/sba_scout Fix TUI corruption from logging and improve sync error handling 2026-02-10 16:18:57 -06:00
tests Initial SBA Scout TUI application 2026-01-25 00:22:20 -06:00
.env.example Initial SBA Scout TUI application 2026-01-25 00:22:20 -06:00
.gitignore Fix TUI corruption from logging and improve sync error handling 2026-02-10 16:18:57 -06:00
.python-version Initial SBA Scout TUI application 2026-01-25 00:22:20 -06:00
CLAUDE.md Fix Gameday lineup row selection and deselect behavior 2026-01-28 13:47:03 -06:00
LICENSE Initial commit 2026-01-28 13:52:42 -06:00
main.py Fix Gameday lineup row selection and deselect behavior 2026-01-28 13:47:03 -06:00
PROJECT_PLAN.json Add Lineup Builder, Gameday screen, and matchup scoring system 2026-01-25 14:09:22 -06:00
pyproject.toml Add Settings screen with YAML configuration 2026-01-27 16:24:28 -06:00
README.md Initial SBA Scout TUI application 2026-01-25 00:22:20 -06:00
TROUBLESHOOTING.md Fix TUI corruption from logging and improve sync error handling 2026-02-10 16:18:57 -06:00
uv.lock Add Settings screen with YAML configuration 2026-01-27 16:24:28 -06:00