Add parent_phone, school, height to coach dashboard CoachPlayerBrief #283
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/basketball-api#283
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
Related to forgejo_admin/basketball-api#278 (spike: audit API response contract mismatches with westside-landing frontend)
Repo
forgejo_admin/basketball-api
User Story
As an admin/coach/parent, I want the app to display complete player, parent, and coach information so that I can manage the program without missing data.
Context
Spike Mismatch 4: The coach dashboard shows a roster but
CoachPlayerBriefis missingparent_phone,school(mapped fromcurrent_school), andheight. Coaches need parent contact info and player details to manage their team effectively.File Targets
src/basketball_api/routes/coaches_api.py—CoachPlayerBriefmodel + endpoint logicAcceptance Criteria
CoachPlayerBriefincludesparent_phone: Optional[str]CoachPlayerBriefincludesschool: Optional[str](populated fromcurrent_schoolDB field)CoachPlayerBriefincludesheight: Optional[str]Test Expectations
Constraints
school, DB storescurrent_schoolChecklist
ruff formatandruff checkcleanRelated
Scope Review: READY
Review note:
review-743-2026-04-03Single-repo, single-file. CoachPlayerBrief (line 27) confirmed missing parent_phone, school, height. Field mapping (school from current_school) well documented.
[SCOPE]Create architecture note arch-basketball-api