Skip to content

Judges' affiliations #53

@Mateusz-Dobrzynski

Description

@Mateusz-Dobrzynski
  • Create GET and POST endpoints at /user/{user_id}/tournament/{tournament_id}/affiliation and 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_affiliations to store affiliations:
    • id,
    • judge_user_id,
    • team_id,
    • tournament_id.
  • Testing: use the endpoints and see if expected changes occur in the database.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions