Wire westside dashboard to live basketball-api data #1
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/playground#1
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-2026-03-08-tryout-prep→ Phase 4 → Phase 4l (playground dashboard)Repo
forgejo_admin/playgroundUser Story
As a coach at tryouts
I want to pull up the westside dashboard on my phone and see real player data with photos
So that I can identify players during evaluations
As an admin at the check-in table
I want to see who's paid, who signed the waiver, and send form links to parents
So that I can check kids in efficiently
Context
3-westside-dashboardalready has the admin/coach/parent role switcher with mock data. It needs to fetch from the live basketball-api JSON endpoint instead.The nginx config needs a proxy rule to reach basketball-api from the playground domain. Pattern already exists for
/paldocs-api/.File Targets
Files the agent should modify:
3-westside-dashboard/src/routes/+page.svelte— replace mock data import with fetch from/basketball-api/api/roster/westside-kings-queens3-westside-dashboard/src/lib/data.js— can be deleted or kept as fallbackk8s/nginx-config.yaml— add/basketball-api/proxy locationFiles the agent should NOT touch:
Acceptance Criteria
npm run buildproduces working static output at/3-westside-dashboard/build//basketball-api/to the basketball-api k8s serviceTest Expectations
npm run buildin3-westside-dashboard/Constraints
Checklist
Related
project-westside-basketball