Content
View differences
Updated by Oliver Günther about 4 years ago
**Acceptance criteria**
* a client of the `GET api/v3/projects` end point can choose to order the projects first by hierarchy and name at the same time:
* Every level within the hierarchy of projects is ordered by the project name (not the identifier)
* The whole descendants of a project are ordered before its siblings (depth-first)
* Additional sort option is documented
* Root projects are also correctly sorted
* a client of the `GET api/v3/projects` end point can choose to order the projects first by hierarchy and name at the same time:
* Every level within the hierarchy of projects is ordered by the project name (not the identifier)
* The whole descendants of a project are ordered before its siblings (depth-first)
* Additional sort option is documented
* Root projects are also correctly sorted