feat: Rename Families CRM to Players CRM -- player-centric view #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "30-players-crm"
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
Create
admin-players.htmlas a player-centric CRM replacing the family-centricadmin-families.html. Player name is the primary column, with age group and team as secondary info, and parent/guardian contact (or self-contact for 18+ players) as a detail line. All admin dashboard links now point to the new page.Changes
admin-players.html(new): Player-centric CRM page with 15 placeholder rows. Player name is primary, age group (15U/16U/17U) and team shown on second line, parent contact or self-contact on third line. Includes 3 players aged 18+ with their own contact info (no parent listed). Filter tabs (All/Leads/Active/Overdue), search by player name, sort by name/status/age-group/payment. Tap-to-call on all phone numbers. Player names link toplayer-profile.html.admin.html: Updated stat card links fromadmin-families.htmltoadmin-players.htmlwith deep-link filters for Active and Overdue. Quick Actions button renamed "Manage Players" and linked toadmin-players.html.Test Plan
admin.html-- verify all stat cards and Quick Actions link toadmin-players.htmladmin-players.html-- verify title says "Players", 15 rows visibletel:links workplayer-profile.htmladmin-families.htmlis untouched (still in repo)Review Checklist
Related
plan-wkqReview-Fix Loop
Review pass 1 — findings:
Duplicate email on 18+ players (fixed): For the three 18+ self-contact players (Jaylen Carter, Andre Harris, Trevon Mitchell), the email appeared both in the
.player-contactline on the left and in a.player-emaildiv on the right column. Removed the redundant right-column email for these three rows in commit9100cdd.All acceptance criteria verified:
admin-players.htmlexists with title "Players"tel:links on all phone numbersplayer-profile.html?filter=active,?filter=overdue) worksadmin.htmlstat cards and Quick Actions link toadmin-players.htmladmin-families.htmluntouchedNo secrets, no unrelated changes.
Status: Review complete. Ready for visual verification.