Add division filter to admin draft board #130
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-landing#130
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
Discovered during girls roster validation 2026-03-28. Related to westside-app#129.
Repo
forgejo_admin/westside-appUser Story
As an admin, I want to assign players to teams via draft board so that placement is transparent and trackable (WS-S6).
Context
Draft board at
/admin/teamsshows all players (boys + girls) in one flat list with no way to filter. During roster meetings, coaches need to see only girls or only boys. A simple dropdown/toggle filter by division would make the board usable per-division.File Targets
Files the agent should modify:
src/routes/(app)/admin/teams/+page.svelte-- add division filter dropdown, filter unassigned player listsrc/routes/(app)/admin/teams/+page.ts-- may need to pass division optionsFiles the agent should NOT touch:
Acceptance Criteria
Test Expectations
npm run devthen browser validationConstraints
Checklist
Related
project-westside-basketball-- project this affectswestside-app#129-- parent validation ticketCovered by PR #132 (which addresses both #130 and #131 in one PR). Division filter + admin role guard shipped together.