strat-gameplay-webapp/frontend-sba/store
Cal Corum 19b35f148b CLAUDE: Load play history on mid-game join via game_state_sync
Backend changes:
- Modified request_game_state handler to fetch plays from database
- Convert Play DB models to frontend-compatible PlayResult dicts
- Emit game_state_sync event with state + recent_plays array

Frontend changes:
- Added deduplication by play_number in addPlayToHistory()
- Prevents duplicate plays when game_state_sync is received

Field mapping from Play model:
- hit_type -> outcome
- result_description -> description
- batter_id -> batter_lineup_id
- batter_final -> batter_result

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 12:38:56 -06:00
..
auth.ts CLAUDE: Frontend enhancements for auth and game display 2025-11-28 12:09:39 -06:00
CLAUDE.md CLAUDE: Update documentation across codebase 2025-11-28 12:10:10 -06:00
game.ts CLAUDE: Load play history on mid-game join via game_state_sync 2025-11-28 12:38:56 -06:00
ui.ts test: Skip unstable test suites 2025-11-22 20:18:33 -06:00