Add coach_name, team_id, height to parent dashboard AccountPlayerResponse #282
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#282
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 3: The parent dashboard (
/accountroutes) returnsAccountPlayerResponsewhich is missingcoach_name,team_id, andheight. Parents need to see their child's coach, team identifier, and height on the dashboard.File Targets
src/basketball_api/routes/account.py—AccountPlayerResponsemodel + endpoint logicAcceptance Criteria
AccountPlayerResponseincludescoach_name: Optional[str]AccountPlayerResponseincludesteam_id: Optional[int]AccountPlayerResponseincludesheight: Optional[str]Test Expectations
Constraints
Checklist
ruff formatandruff checkcleanRelated
Scope Review: READY
Review note:
review-742-2026-04-03Single-repo, single-file. AccountPlayerResponse (line 26) confirmed missing coach_name, team_id, height.
[SCOPE]Create architecture note arch-basketball-api