Currently, every submission in a competition is assigned to a team. While it is possible to change the name of the team (under my submissions) two things are unclear.
- How to create a new team?
- How to assign members to an existing team?
In consideration of the teams.json
file structure, it should be possible that one team has multiple members. However, it is unclear how to assign a member to a team. Furthermore, the structure suggests that teams and users are two separate things, but the user_team.json
file contains a one-to-one matching between users and teams. Therefore, it is unclear if a user can be part of multiple teams and how to create a new (second, third, …) team as a user.
Any support on this would be really appreciated