-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
enhancementNew feature or requestNew feature or request
Description
- Create GET and POST endpoints at
/user/{user_id}/tournament/{tournament_id}/affiliationand GET, POST, PATCH, and DELETE endpoints at/user/{user_id}/tournament/{tournament_id}/affiliation/{affiliation_id}to manage judges' affiliations with teams. - Create a new database table called
judge_team_affiliationsto store affiliations:- id,
- judge_user_id,
- team_id,
- tournament_id.
- Testing: use the endpoints and see if expected changes occur in the database.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request