Organization (team) management
General thoughts
Organization is basically the team system of Codabench. The feature is a bit incomplete right now.
- We happens when we add someone to an organization?
- Do we have option to limit the submission per team? To view only teams in the leaderboard?
- Do we identify teams clearly on the leaderboard?
Related idea: being able to differentiate tracks, e.g. "student tracks" (https://petlab.officialstatistics.org/), etc.
Bugs
-
1-- When submitting as a team, the display in the leaderboard is broken. It shows this: Solved by: #1053
Instead of this (here the submission is made as a participant, not a team):
-
2-- We only see organization we created in the "Submit as..." menu (when making a submission): Solved by: #1056
-
3-- After inviting a user, the Delete
button becomes not clickable: Solved by: #1057
Features
-
Delete organization #938 Solved by #959 -
Submit as organizer made clear Solved by: #976 -
Being able to remove submissions made as an organization. Apprently, tthis field should be updated: https://github.com/codalab/codabench/blob/e9f7ef41ab331c95027e2774a977eb951b3b45c9/src/apps/competitions/models.py#L426 -
Add other members of the team. They should receive an email and/or a notification on the platform.