tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

API should return the tools in sorted order #114

Closed jonespm closed 2 years ago

jonespm commented 2 years ago

So that the frontend will display the tools sorted, the API should just return the tools sorted by the name returned from the database.

danie1zhang commented 2 years ago

Closed, incorporated in pull request #115