SBA Desktop - Strat-o-Matic Baseball scouting application
Go to file
Cal Corum 9863f89309 Implement Standings screen with DB-cached two-phase loading
Add league standings with Division and Wild Card tabs, fetched from API
with SQLite cache for instant display on screen open. Document 11 new
future features in project plan and add cargo check post-edit hook.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 18:31:55 -06:00
docs Initial SBA Scout TUI application 2026-01-25 00:22:20 -06:00
rust Implement Standings screen with DB-cached two-phase loading 2026-03-01 18:31:55 -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 Implement Standings screen with DB-cached two-phase loading 2026-03-01 18:31:55 -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