Add Schedule link to admin bottom navigation #171
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/westside-app#171
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?
Type
Feature
Lineage
Follow-up from
forgejo_admin/westside-landing#166(admin schedule view, merged). Reviewer noted nav link was deferred as MVP scope.Repo
forgejo_admin/westside-landingUser Story
story:WS-S13As an admin, I want a Schedule link in the bottom nav so that I can access the schedule view without typing the URL.Context
The admin schedule page (
/admin/schedule) is live but not linked from the bottom navigation bar. Currently, admin nav shows: Dashboard, CRM, Teams, Sign Out. Schedule should be added between Teams and Sign Out.File Targets
Files to modify:
src/routes/(app)/+layout.svelte— add Schedule nav item to admin bottom nav links arrayPattern reference (do NOT modify):
src/routes/(app)/admin/schedule/+page.svelte— the target page (already exists)Files NOT to touch:
Acceptance Criteria
/admin/schedule/admin/scheduleTest Expectations
npm run build(no build errors)Constraints
Checklist
Related
forgejo_admin/westside-landing#166— admin schedule view (parent, merged)project-westside-basketballScope Review: APPROVED
Review note:
review-648-2026-03-28All template sections present, traceability complete, file targets verified. Single-file change adding one nav link to existing admin bottom nav. No blockers, no decomposition needed.