stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Add sort index to "get all" response #300

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

As a user, I want to see all information in the app sorted alphabetically so that I can quickly scan it.

In EndpointService.getAll(), sort the rows alphabetically by a selected column, adding a sortIndex to each row to indicate where it falls in the sort order.