Add parent_phone to SubscriptionListItem response model #286
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#286
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 6: The subscription list endpoint returns
SubscriptionListItemwhich is missingparent_phone. The admin subscription management view needs parent contact info for follow-up on payment issues.File Targets
src/basketball_api/routes/subscriptions.py—SubscriptionListItemmodelAcceptance Criteria
SubscriptionListItemincludesparent_phone: Optional[str]Test Expectations
parent_phoneappears in subscription list responseConstraints
Checklist
ruff formatandruff checkcleanRelated
Scope Review: READY
Review note:
review-746-2026-04-03Simplest ticket in the batch. Single field addition to SubscriptionListItem (line 57). Confirmed missing parent_phone.
[SCOPE]Create architecture note arch-basketball-api