Parent dashboard: replace schedule placeholder with player's team schedule #211
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#211
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
Discovered during 2026-04-04 schedule audit. Practice data exists in DB and API, parent dashboard shows "Schedule data will appear here once practice times are confirmed."
Repo
forgejo_admin/westside-landingUser Story
As a parent,
I want to see my child's team practice schedule on my dashboard
So that I know when and where to bring my kid to practice.
Context
The parent dashboard at
/my-playershas an "Upcoming Schedule" section that shows a placeholder. The data exists — practice schedules are in the DB and served via API. The parent's player and team are available from the auth context.Environment
File Targets
Files to modify:
src/routes/(app)/my-players/+page.svelte— replace schedule placeholder with practice schedule for the parent's player's teamFiles NOT to touch:
Acceptance Criteria
Test Expectations
npm run buildpassesConstraints
Checklist
Related
westside-basketball— project this affects