- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
667 B
667 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| caf1f9fa-61cd-4b51-8d8a-840198cc5181 | solution | Game metadata validation prevents null team data |
|
0.6 | 0.8 | 2026-01-25T00:19:29.151542+00:00 | 2026-01-25T00:19:29.151542+00:00 |
Fixed bug where games were created with null team metadata (names, colors, thumbnails). Root cause: sba_api_client.get_teams_by_ids() silently returned empty dict on API failures, and create_game()/quick_create_game() didn't validate. Solution: Added validation to raise HTTP 400 if teams not found, plus warning logs in get_teams_by_ids() when teams missing.