Phase 2.3: Main game screen with HTMX partials #15

Open
opened 2026-06-07 22:44:19 -06:00 by ppreeper · 0 comments
Owner

Description

The main game dashboard showing the team info, league table, next fixture, and player squad. This is the hub from which all game actions are taken.

Layout

  • Top bar: season/week info, team name, money, next match countdown
  • Left panel: Navigation (Squad, Table, Fixtures, Transfers, Finances, etc.)
  • Center: Main content area (swaps via HTMX)
  • Right panel: Next opponent preview, latest results

HTMX partials needed

  • /main/table → league table
  • /main/fixtures → upcoming fixtures
  • /main/squad → player list
  • /main/team-info → team details, stadium, finances summary

Depends On

  • Issue #11 (game loop)
  • Issue #9 (user creation)

Acceptance Criteria

  • Main screen shows all key info after game start
  • Clicking navigation tabs swaps content without full page reload
  • League table updates after matches
## Description The main game dashboard showing the team info, league table, next fixture, and player squad. This is the hub from which all game actions are taken. ## Layout - Top bar: season/week info, team name, money, next match countdown - Left panel: Navigation (Squad, Table, Fixtures, Transfers, Finances, etc.) - Center: Main content area (swaps via HTMX) - Right panel: Next opponent preview, latest results ## HTMX partials needed - `/main/table` → league table - `/main/fixtures` → upcoming fixtures - `/main/squad` → player list - `/main/team-info` → team details, stadium, finances summary ## Depends On - Issue #11 (game loop) - Issue #9 (user creation) ## Acceptance Criteria - Main screen shows all key info after game start - Clicking navigation tabs swaps content without full page reload - League table updates after matches
ppreeper added this to the Phase 2 milestone 2026-06-07 22:50:42 -06:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ppreeper/bygfoot#15
No description provided.