claude-memory/graph/edges/decision-auto-sync-on-dashboar--RELATED_TO--standings-screen-nav-key-chose-bbed0c.md
2026-03-01 20:21:02 -06:00

827 B

id type from_id from_title to_id to_title strength created updated
bbed0cf1-0bb9-4479-97f5-41b0dc40c63b RELATED_TO 346c5a34-3fed-44ff-832a-b0c9eb42ca88 Decision: Auto-sync on dashboard mount when all entities stale >24h e1fad787-7de7-4f62-afb7-6df2ffdea1ed Standings screen nav key chosen as 'w' in SBA Scout Rust TUI 0.65 2026-03-02T02:21:01.979645+00:00 2026-03-02T02:21:01.979645+00:00

Auto-sync and standings are independent data freshness mechanisms. Auto-sync handles teams/players/transactions via the sync pipeline when stale >24h. Standings has its own separate cache (standings_cache table) with its own background refresh. They don't interfere — auto-sync checks sync_status entity types, standings checks standings_cache. This independence was explicitly verified during implementation.