feat: Coach page — tab navigation (Team / Plays) + remove browse teams #19
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?
Lineage
plan-wkq→ Phase 10 (Playground)Repo
forgejo_admin/westside-playgroundUser Story
As a coach, when I log in I see my team roster and my plays — nothing else.
Two tabs keep it simple: Team (roster) and Plays (TBD).
Context
The coach page currently shows a team roster grid, then a "Browse Teams" section (added in PR #8). Lucas wants a cleaner coach experience with two tabs:
Remove the "Browse Teams" section — coaches don't need to browse other teams from their landing page. If they need team detail, they can go via the roster player links.
File Targets
coach.html— add tab navigation at top, move roster into "Team" tab content, add "Plays" placeholder tab, remove "Browse Teams" sectionAcceptance Criteria
Test Expectations
Constraints
shared/app.cssChecklist
Related
project-westside-basketballAdditional scope (from live review):
The bottom nav on
coach.htmlcurrently shows "My Player | My Team | Sign Out". Coaches aren't players — "My Player" shouldn't appear.Update the bottom nav to match the tab structure:
Remove "My Player" from the coach bottom nav entirely.