git4school / git4school-visu

Git4School, a dashboard for supporting teacher interventions in Software Engineering courses
https://git4school.firebaseapp.com/
Apache License 2.0
2 stars 3 forks source link

Sort repositories by name #85

Closed F0urchette closed 3 years ago

F0urchette commented 3 years ago

Description

As a teacher I want to sort the repositories in the configuration of an assignment by name So that I can quickly see if there are any missing repositories by sorting

Hints

First we have to see if it's possible to replace the use of HTML tables by a table from the ngx-datatable library as in the rest of the application. If not, we can use bootstrap-table