fix: Role-appropriate bottom nav on all authenticated pages #23
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 any logged-in user, I want navigation that matches my role — not links to pages I can't use.
Context
Multiple pages have "My Player" in the bottom nav for roles that aren't players. Each role needs its own nav:
Admin pages (
admin.html,admin-teams.html): Dashboard | Teams | Sign OutCoach page (
coach.html): Team | Plays | Sign OutPlayer pages (
parent.html,player-profile.html,billing.html,team.html): My Player | My Team | Sign OutFile Targets
admin.html— fix bottom nav to: Dashboard (active) | Teams | Sign Outadmin-teams.html— fix bottom nav to: Dashboard | Teams (active) | Sign Outparent.html— keep as-is (My Player is correct for player role), but add "My Team" link toteam.htmlplayer-profile.html— fix bottom nav: My Player | My Team | Sign Outbilling.html— fix bottom nav: My Player | Billing (active) | Sign Outteam.html— fix bottom nav: My Player | My Team (active) | Sign Outcoach.html— already fixed in PR #20Acceptance Criteria
Test Expectations
Constraints
<nav class="bottom-nav">sectionsChecklist
Related
project-westside-basketball