Admin schedule: Marcus verifies practice and event data is correct #215
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#215
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
Standalone — practice_schedules (17 rows) and events (8 rows) were seeded on 2026-04-04. Data was pulled from pal-e-docs schedule note and westside-contracts contract HTML. Marcus has not yet verified the data is correct.
Repo
forgejo_admin/westside-landingUser Story
As an admin,
I want to verify the practice and event data in the schedule admin page is correct
So that parents and coaches see accurate information.
Context
Current admin schedule page (
/admin/schedule) displays:The page is display-only — no create/edit/delete buttons. Marcus can see the data but can't fix it from the UI.
Data to verify:
Known gap: Admin schedule page has no CRUD UI. If Marcus finds errors, corrections must be made via API or direct SQL until the CRUD UI is built.
Environment
GET /admin/schedulereturns all practices + eventsFile Targets
No code changes. This is a verification task.
If errors found:
kubectl execSQL or admin API endpoints (CRUD exists at/admin/practicesand/admin/events)Acceptance Criteria
westside-practice-schedulenote updated if anything changedTest Expectations
Constraints
Checklist
Related
westside-basketball— project this affectsMarcus approved both schedules via GroupMe (2026-04-06). 17 practices and 8 events confirmed correct. Data validated at the source — all downstream views (public, coach, parent) consume the same tables.