sba-scouting/rust
Cal Corum 2005307b7a Implement Phase 1 foundation: DB schema, queries, and config integration
Wire up the full data pipeline for the Rust TUI rewrite:
- SQL schema creation for all 9 tables with correct types, FKs, and constraints
- 20 async query functions (teams, players, cards, lineups, sync status, cache)
- Config loading via figment integrated into main.rs startup flow
- App struct now holds SqlitePool and Settings for screen access
- Roster aggregate query and Lineup JSON helper methods
- Added csv, sha2, regex crates for upcoming phases

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 19:17:36 -06:00
..
src Implement Phase 1 foundation: DB schema, queries, and config integration 2026-02-26 19:17:36 -06:00
.gitignore Add Rust project scaffold for TUI rewrite 2026-02-26 08:40:42 -06:00
Cargo.lock Implement Phase 1 foundation: DB schema, queries, and config integration 2026-02-26 19:17:36 -06:00
Cargo.toml Implement Phase 1 foundation: DB schema, queries, and config integration 2026-02-26 19:17:36 -06:00
PHASE1_PROJECT_PLAN.json Implement Phase 1 foundation: DB schema, queries, and config integration 2026-02-26 19:17:36 -06:00