sba-scouting/rust
Cal Corum c5e1fb44a6 Simplify and deduplicate codebase (-261 lines)
Consolidate shared helpers (format_rating, format_swar, tier_style,
format_relative_time) into widgets/mod.rs and screens/mod.rs. Replace
heap allocations with stack arrays and HashSets, parallelize DB queries
with tokio::try_join, wrap schema init in transactions, use OnceLock for
invariant hashes, and fix clippy warnings. Auto-sync on dashboard mount
when last sync >24h ago. All 105 tests pass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 20:07:23 -06:00
..
.claude Simplify and deduplicate codebase (-261 lines) 2026-03-01 20:07:23 -06:00
docs/sheets_export Add local CSV card data for Rust importer integration testing 2026-02-28 12:08:04 -06:00
src Simplify and deduplicate codebase (-261 lines) 2026-03-01 20:07:23 -06:00
tests Simplify and deduplicate codebase (-261 lines) 2026-03-01 20:07:23 -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
CLAUDE.md Fix stale screen count and standings description in CLAUDE.md 2026-03-01 18:48:38 -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 Redesign dashboard with roster health, card coverage, and sync refresh 2026-02-28 11:52:38 -06:00
PHASE3_PROJECT_PLAN.json Redesign dashboard with roster health, card coverage, and sync refresh 2026-02-28 11:52:38 -06:00