As a tournament admin, I want allowTies to be saved when editing tournaments #6

Closed
opened 2026-04-01 00:09:46 +00:00 by david · 0 comments
Owner

Acceptance Criteria

  • EditTournamentForm includes allowTies in PUT request payload
  • API route /api/tournaments/[id] correctly updates allowTies field
  • Unit test verifies allowTies is saved
  • E2E test verifies tournament edit with allowTies works

Technical Details

  • EditTournamentForm.tsx: add allowTies to formData in PUT body
  • Verify API route handles allowTies update correctly

Related

  • Fixes discrepancy in TODO.md (In Progress section)
## Acceptance Criteria - [ ] EditTournamentForm includes allowTies in PUT request payload - [ ] API route /api/tournaments/[id] correctly updates allowTies field - [ ] Unit test verifies allowTies is saved - [ ] E2E test verifies tournament edit with allowTies works ## Technical Details - EditTournamentForm.tsx: add allowTies to formData in PUT body - Verify API route handles allowTies update correctly ## Related - Fixes discrepancy in TODO.md (In Progress section)
david added the bugepic:tournament-managementpriority:high labels 2026-04-01 00:10:44 +00:00
david closed this issue 2026-04-01 00:20:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: david/euchre_camp#6