The current list of teams in the "Select team"-filter can be super confusing due to a lack of ordering.
Description
This PR sorts the list of teams in the metadata (GET /meta) alphabetically. The "all"-option will nevertheless always stay the first one and is selected as default.
Screenshots (if applicable)
Checklist
General
[x] PR title is clear and descriptive
[x] PR description explains the purpose and changes
[x] Code follows project coding standards
[x] Self-review of the code has been done
[x] Changes have been tested locally
[x] Screenshots have been attached (if applicable)
[ ] Documentation has been updated (if applicable)
Motivation
The current list of teams in the "Select team"-filter can be super confusing due to a lack of ordering.
Description
This PR sorts the list of teams in the metadata (GET
/meta
) alphabetically. The "all"-option will nevertheless always stay the first one and is selected as default.Screenshots (if applicable)
Checklist
General