Goal
Let Discord users or admins view standings for archived seasons.
Current state
/standings shows the active season only. The backend has a season-scoped standings query, but no Discord command or admin-panel UI exposes it.
Possible shape
/standings season:<season> with autocomplete, or
- an admin-panel season standings selector
Constraints
- keep the active-season default unchanged
- avoid complex historical browsing UI
- one league per guild, one active season per guild
- archived season standings should remain guild-scoped
Non-goals
- no multi-league/parallel competition UI
- no broad history browser
- no v3.0.0 milestone assignment yet
Goal
Let Discord users or admins view standings for archived seasons.
Current state
/standingsshows the active season only. The backend has a season-scoped standings query, but no Discord command or admin-panel UI exposes it.Possible shape
/standings season:<season>with autocomplete, orConstraints
Non-goals