claude-memory/graph/solutions/sba-schedule-integration-with-grouped-matchup-display-13e9c4.md

912 B

id type title tags importance confidence created updated relations
13e9c4dc-0e72-4b8f-987d-8a421f26ea80 solution SBA schedule integration with grouped matchup display
strat-gameplay-webapp
nuxt
fastapi
schedule
feature
0.6 0.8 2026-01-15T05:39:47.756662+00:00 2026-03-02T00:33:10.821754+00:00
target type direction strength edge_id
e1fad787-7de7-4f62-afb7-6df2ffdea1ed BUILDS_ON incoming 0.77 5990c741-780e-4571-bcd4-8476395a055a

Added SBA production schedule integration: backend schedule routes, SBA API client methods, frontend Schedule tab with week navigation. Games grouped by team matchup displayed horizontally with vertical game list. Completed games show Final badge instead of Play button. Fixed multi-worker state isolation by using single uvicorn worker (in-memory state_manager requires it). Added Redis migration TODO for future scalability.