- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
755 B
Markdown
13 lines
755 B
Markdown
---
|
|
id: c115327d-1344-4dbc-b8eb-54f031e196e3
|
|
type: solution
|
|
title: "Team display info persistence and lineup auto-start fix"
|
|
tags: [strat-gameplay-webapp, python, vue, fix, gamestate, lineup]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2026-01-17T14:43:42.497240+00:00"
|
|
updated: "2026-01-17T14:43:42.497240+00:00"
|
|
---
|
|
|
|
Fixed two issues in strat-gameplay-webapp: 1) Team display info (colors, names, thumbnails) now stored in game_metadata at game creation time and read from gameState instead of useState - this fixes the issue where team IDs from different seasons couldn't be looked up. 2) Fixed lineup auto-start by caching lineups in state_manager after DB write - lineup_service only wrote to DB but get_lineup checked in-memory cache which was empty.
|