sba-scouting/rust
Cal Corum 60b397b529 Fix sync errors: string move_id, FK constraints on connection pool
API returns move_id as string ("Season-013-Week-11-1772073335"), not
i64. Also disable foreign_keys at pool level via SqliteConnectOptions
since transactions reference players/teams that may not exist locally.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 10:50:27 -06:00
..
src Fix sync errors: string move_id, FK constraints on connection pool 2026-02-28 10:50:27 -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
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 Implement Phase 2: API client, sync pipeline, and CSV card importers 2026-02-27 22:56:50 -06:00
PHASE3_PROJECT_PLAN.json Implement Phase 3: calc layer with matchup scoring, league stats, and score cache 2026-02-27 23:35:01 -06:00