Phase 2.2: New Game flow - country, league, and team selection #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The new game wizard: user picks a country, optionally a league tier, then selects a team to manage. This is the first interactive user-facing flow.
Pages needed
GET /→ splash / new game buttonGET /new-game/countries→ list of available countries with flags and ratingsPOST /new-game/country→ select country, redirect to team selectionGET /new-game/team→ show leagues + teams for selected countryPOST /new-game/team→ select team, initialize game state, redirect to mainDepends On
Acceptance Criteria