fix: update Queens practice schedule (Fri BWill → Wed Granger) #40
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
Sub-ticket of
forgejo_admin/westside-contracts#34— data-driven contract rendering system. Wave 1 (independent). Board note:board-34-data-driven-contracts.Repo
forgejo_admin/westside-contractsUser Story
As a parent viewing a Queens contract, I want to see the current practice schedule (Wednesday at Granger) so that the contract matches what was communicated to me.
Context
Queens practice moved from Friday at BWill 7-9 PM to Wednesday at Granger High School 6:30-7:30 PM. Schedule change emails already sent to all Queens parents. The contract page still hardcodes the old Friday schedule in the girls travel template.
File Targets
src/routes/contract/[token]/+page.svelte— grep for all instances of "Friday" and "BWill" in the girls travel (Queens) practice schedule sections. There may be multiple instances across conditional blocks. Replace each with Wednesday / Granger High School / 6:30-7:30 PM.Do NOT touch boys travel or local Kings schedule sections.
Acceptance Criteria
Test Expectations
npm run checkpassesnpm testpassesnpm test && npm run checkConstraints
Checklist
Related
westside-basketball— parent projectforgejo_admin/westside-contracts#34— parent issueboard-34-data-driven-contractsScope Review: NEEDS_REFINEMENT
Review note:
review-811-2026-04-03The bug appears to already be fixed. The girls travel (Queens) contract template at lines 489-501 already shows the correct schedule (Tuesday West High, Thursday LCA, Wednesday Granger 6:30-7:30). The remaining Friday/BWill references (line 593) are in the LOCAL Kings 16U section, which this ticket says not to touch.
type:bug.arch-contracts(search returned zero results).Agent picked up this ticket.