inspectorG4dget / AnonymousFeedback

1 stars 0 forks source link

Order database query results alphabetically #60

Closed scriptbae closed 7 years ago

scriptbae commented 7 years ago

There is a request for a minor fix by @inspectorG4dget to order the results of /getCourses endpoint queries alphabetically.

This can be implemented as either an ORDER BY specifier in dbhandler.py or as a sort call in either dbhandler.py or in backend.py.

To preserve the role of backend.py as a data presentation and packaging layer (rather than a data retrieval layer), this functionality will be offloaded there.