fix: remove team preference dropdown from registration form #235

Merged
forgejo_admin merged 1 commit from remove-team-preference into main 2026-04-07 21:01:18 +00:00
Contributor

Summary

Removes team preference dropdown that shipped with #234. Marcus confirmed form looks good without it.

Changes

  • Remove teamPreference, teams, filteredTeams state variables
  • Remove /public/teams fetch on mount
  • Remove team preference dropdown HTML
  • Remove team_preference from POST payload
  • Remove division onchange handler that cleared team preference

Test Plan

  • /register loads with no team preference dropdown
  • Registration still submits successfully
  • 0 console errors

Review Checklist

  • No unrelated changes
  • 25 lines removed, 2 adjusted

Closes #233 follow-up — team preference was not requested by Marcus.

## Summary Removes team preference dropdown that shipped with #234. Marcus confirmed form looks good without it. ## Changes - Remove `teamPreference`, `teams`, `filteredTeams` state variables - Remove `/public/teams` fetch on mount - Remove team preference dropdown HTML - Remove `team_preference` from POST payload - Remove division `onchange` handler that cleared team preference ## Test Plan - [ ] `/register` loads with no team preference dropdown - [ ] Registration still submits successfully - [ ] 0 console errors ## Review Checklist - [x] No unrelated changes - [x] 25 lines removed, 2 adjusted ## Related Notes Closes #233 follow-up — team preference was not requested by Marcus.
fix: remove team preference dropdown from registration form
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
e5a6d9461f
Marcus confirmed form looks good without it. Removes dropdown,
fetch call, state variables, and payload field.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch remove-team-preference 2026-04-07 21:01:18 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/westside-app!235
No description provided.