Skip to content

Join Teams (Server) #77

@JCharante

Description

@JCharante
  • Create a route '/joinTeam' (POST) It will take two parameters
  • Personal uuid (uuid)
  • Team ID (tID)

Return:

  • 'success' if the user has an invitation to the team or the team has open registration
  • 'error' if the team does not exist or if the user does not have proper permissions to join the team
  • Create a route '/browseTeams' (GET) that will return all teams with open registration
  • Create a route '/myTeams' (POST) that will return all the teams the user is in. It will take one parameter
  • Personal uuid (uuid)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions