sba-scouting/rust
Cal Corum 3c70ecc71a Implement Phase 2: API client, sync pipeline, and CSV card importers
Port the full data ingestion layer from Python to Rust:
- Typed API client with 10 endpoints, serde response types, and error handling
- Team/player/transaction sync with proper upsert semantics (preserves hand field)
- Batter and pitcher CSV importers with 40+ column mappings each
- Parse helpers for float/int/endurance with 21 unit tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 22:56:50 -06:00
..
src Implement Phase 2: API client, sync pipeline, and CSV card importers 2026-02-27 22:56:50 -06:00
tests Add test scaffold and mark Phase 1 tasks complete 2026-02-26 20:02:01 -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 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