**Support league-less teams in player selection** #70
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/bs_scoring#70
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?
Support league-less teams in player selection
When a player belongs to a team with
league_id = NULL, the new edit/delete flow can no longer reach that player because it only lists teams returned byTeam::get_by_league. This is a supported state elsewhere: team creation still offers0. No league(src/cli/screens/team.rs:51-54), and player CSV import auto-creates teams withleague_idset toNone(src/cli/screens/players.rs:480-483). In those cases users who previously could edit/delete the player now see no selectable path, so this flow needs a “No league” option or another way to include unassigned teams.Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in https://github.com/umpire274/bs_scoring/pull/69#discussion_r3347007958