strat-gameplay-webapp/frontend-sba/pages
Cal Corum fbbb1cc5da CLAUDE: Add SBA schedule integration with weekly matchup display
Implements schedule viewing from SBA production API with week navigation
and game creation from scheduled matchups. Groups games by team matchup
horizontally with games stacked vertically for space efficiency.

Backend:
- Add schedule routes (/api/schedule/current, /api/schedule/games)
- Add SBA API client methods for schedule data
- Fix multi-worker state isolation (single worker for in-memory state)
- Add Redis migration TODO for future scalability
- Support custom team IDs in quick-create endpoint

Frontend:
- Add Schedule tab as default on home page
- Week navigation with prev/next and "Current Week" jump
- Horizontal group layout (2-6 columns responsive)
- Completed games show score + "Final" badge (no Play button)
- Incomplete games show "Play" button to create webapp game

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 23:39:31 -06:00
..
auth CLAUDE: Move games list to index page for better UX 2026-01-13 20:59:34 -06:00
games CLAUDE: Fix resolution phase control and add demo mode 2026-01-13 23:47:21 -06:00
demo-decisions.vue test: Skip unstable test suites 2025-11-22 20:18:33 -06:00
demo-gameplay.vue CLAUDE: Update all demo pages - add action field and cross-linking footers 2025-11-14 15:17:06 -06:00
demo-substitutions.vue CLAUDE: Update all demo pages - add action field and cross-linking footers 2025-11-14 15:17:06 -06:00
demo.vue CLAUDE: Redesign ScoreBoard header runners/outs display 2025-11-27 22:12:05 -06:00
index.vue CLAUDE: Add SBA schedule integration with weekly matchup display 2026-01-14 23:39:31 -06:00