fix: update jersey deadline from March 28 to April 10 #189
No reviewers
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!189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "180-fix-jersey-deadline-text"
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?
Summary
Updates stale jersey ordering deadline text from "March 28" to "April 10" on both the jersey selection page and the cancel/opt-out page.
Changes
src/routes/(app)/jersey/+page.svelte— changed subtitle copy from "Jerseys must be ordered by March 28 to arrive in time for our April tournament" to "All jersey orders must be placed by April 10"src/routes/(app)/jersey/cancel/+page.svelte— changed copy from "You can come back and order anytime before March 28" to "You can come back and order anytime before April 10"Test Plan
/jersey?token=<valid-token>and confirm subtitle reads "All jersey orders must be placed by April 10"/jersey/canceland confirm body text reads "You can come back and order anytime before April 10"Review Checklist
180-fix-jersey-deadline-textRelated Notes
N/A — copy-only fix, no architecture or documentation impact.
Related
Adds team-grouped bulk toggle buttons ("Make All Public" / "Hide All") and public/hidden filter tabs so Marcus can quickly control which players appear on the /teams page. Individual toggles preserved. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>f5c9bf988507853e2c5aQA Review
Scope: 2 files, 2 lines changed. Copy-only fix.
Diff verified:
src/routes/(app)/jersey/+page.svelteline 276: "Jerseys must be ordered by March 28 to arrive in time for our April tournament" → "All jersey orders must be placed by April 10" ✓src/routes/(app)/jersey/cancel/+page.svelteline 37: "You can come back and order anytime before March 28" → "You can come back and order anytime before April 10" ✓Checks:
180-fix-jersey-deadline-textCloses #180VERDICT: APPROVED
PR #189 Review
DOMAIN REVIEW
Tech stack: SvelteKit (
.sveltetemplate files), copy-only change.Two files modified, both in
src/routes/(app)/jersey/:+page.svelte(line 276): deadline text updatedcancel/+page.svelte(line 37): deadline text updatedStats: 2 additions, 2 deletions, 2 files. Minimal and focused.
Observation on
+page.svelte: The change is slightly more than a date swap. The full sentence changed from "Jerseys must be ordered by March 28 to arrive in time for our April tournament" to "All jersey orders must be placed by April 10." This removes the tournament context ("to arrive in time for our April tournament"). This is a reasonable copy improvement -- the new text is cleaner -- but worth noting since the issue scope says "no other text changes." The cancel page is a clean date-only substitution.Duplicate PR: PR #190 has the identical title and appears to target the same issue. One of these should be closed to avoid confusion.
BLOCKERS
None.
NITS
Hardcoded date in template: Both "April 10" and the previous "March 28" are hardcoded strings in the Svelte template. This is the second time this date has needed manual updating. Consider extracting deadline dates to a config constant or environment variable to avoid future stale-copy bugs. Not blocking for a hotfix, but worth a follow-up ticket.
Duplicate PR #190: Should be closed if it targets the same branch/change. Having two open PRs for the same issue creates merge confusion.
SOP COMPLIANCE
180-fix-jersey-deadline-textfollows{issue-number}-{kebab-case-purpose}conventionPROCESS OBSERVATIONS
VERDICT: APPROVED