feat: parent dashboard — badge, team link, schedule locations #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "25-parent-dashboard-cleanup"
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
Cleans up the parent dashboard to reflect a placed player: correct division badge, team navigation, and placeholder schedule locations.
Changes
parent.html— Changed player badge from "Tryout #12" to "16U Boys" since this player is already placed on a teamparent.html— Added "View Team" button in the team info card linking toteam.html, using existingbtn btn-secondary btn-blockclasses (mirrors the "View Billing" button pattern)parent.html— Replaced all three "Kongo Gym" schedule locations with "TBD" pending gym confirmationTest Plan
parent.htmlin browserteam.htmlReview Checklist
parent.htmlmodified — no other files touchedbtn btn-secondary btn-blockclassesRelated
plan-wkqQA Review — PR #26
Scope Check
parent.htmlmodified (1 file, +7/-4) — matches issue #25 boundarybtn,btn-secondary,btn-block,badge-division) verified present inshared/app.cssRequirement Verification
badge-divisionclass retained, text updatedbtn btn-secondary btn-block)Code Quality
div style="padding: 0 1rem 1rem;") is identical to the "View Billing" button wrapper on line 96 — consistent pattern, no structural invention.Nits
None. Clean diff.
VERDICT: APPROVE — All three acceptance criteria from issue #25 are met. No regressions, no new CSS, no structural changes beyond scope.