Feature: admin players page is_public toggle #122
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/westside-app#122
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
Split from westside-app#111. Frontend consumer of basketball-api#189 (PATCH visibility endpoint).
Repo
forgejo_admin/westside-appUser Story
As an admin (Marcus)
I want to toggle which players appear on the public teams page from the admin UI
So that I control roster visibility without asking a developer
Context
The admin players page exists at
src/routes/(app)/admin/players/. Needs an is_public toggle column that calls PATCH /admin/players/{id}/visibility on basketball-api. Currently 78 players with is_public=False means the public teams page shows empty rosters.File Targets
Files the agent should modify:
src/routes/(app)/admin/players/+page.svelte— add is_public toggle per player rowFiles the agent should NOT touch:
Acceptance Criteria
Test Expectations
Constraints
Checklist
Related
project-westside-basketballstory:WS-S6