fix: update Queens practice schedule (Fri BWill → Wed Granger) #40

Closed
opened 2026-04-04 20:12:33 +00:00 by forgejo_admin · 2 comments
Contributor

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-contracts

User 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

  • No instance of "Friday" + "BWill" remains in any Queens/girls contract section
  • Girls travel practice schedule shows: Tuesday West High 6-8, Thursday LCA 5-6 weights (optional), Wednesday Granger 6:30-7:30
  • Boys travel and local Kings templates unchanged
  • No other visual changes

Test Expectations

  • npm run check passes
  • npm test passes
  • Manual: visit a Queens player contract page, verify schedule shows Wednesday Granger
  • Run command: npm test && npm run check

Constraints

  • Only change Queens/girls practice schedule references. Do not refactor anything else.
  • Grep-based approach: find all Friday/BWill references in girls sections, replace each.

Checklist

  • PR opened
  • Tests pass
  • No unrelated changes
  • westside-basketball — parent project
  • forgejo_admin/westside-contracts#34 — parent issue
  • Board note: board-34-data-driven-contracts
### 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-contracts` ### User 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 - [ ] No instance of "Friday" + "BWill" remains in any Queens/girls contract section - [ ] Girls travel practice schedule shows: Tuesday West High 6-8, Thursday LCA 5-6 weights (optional), Wednesday Granger 6:30-7:30 - [ ] Boys travel and local Kings templates unchanged - [ ] No other visual changes ### Test Expectations - [ ] `npm run check` passes - [ ] `npm test` passes - [ ] Manual: visit a Queens player contract page, verify schedule shows Wednesday Granger - Run command: `npm test && npm run check` ### Constraints - Only change Queens/girls practice schedule references. Do not refactor anything else. - Grep-based approach: find all Friday/BWill references in girls sections, replace each. ### Checklist - [ ] PR opened - [ ] Tests pass - [ ] No unrelated changes ### Related - `westside-basketball` — parent project - `forgejo_admin/westside-contracts#34` — parent issue - Board note: `board-34-data-driven-contracts`
Author
Contributor

Scope Review: NEEDS_REFINEMENT

Review note: review-811-2026-04-03

The 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.

  • [BODY] Verify whether this ticket is still needed. If the fix was already deployed, close the issue.
  • [BODY] Fix Type header: "Feature" → "Bug" to match board label type:bug.
  • [SCOPE] Create architecture note arch-contracts (search returned zero results).
## Scope Review: NEEDS_REFINEMENT Review note: `review-811-2026-04-03` **The 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. - **[BODY]** Verify whether this ticket is still needed. If the fix was already deployed, close the issue. - **[BODY]** Fix Type header: "Feature" → "Bug" to match board label `type:bug`. - **[SCOPE]** Create architecture note `arch-contracts` (search returned zero results).
Author
Contributor

Agent picked up this ticket.

Agent picked up this ticket.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/westside-contracts#40
No description provided.