You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] On all locations list, user can sort the locations by name and parent location- alphabetically or in reverse alphabetical order.
I do not know how we can sort locations by their parent name from the list view. The hapi fhir server does not expose an api that facilitates this out of the box, I could look at using custom search parameters but they have caused more problems than helped in the past.
Alternatively:
we can add a new filter by parent location on the location list view.
On the product catalogue, user can sort the products by whether attractive or not.
On the product catalogue, user can sort the products by the status - active or inactive.
Also sort and filter is not by default available for Group.status.
Am afraid the precedent is that we might have to resort to fetching all the data and performing some of these actions client side. NOT IDEAL for scale
When reviewing the different lists on web, user is not able to sort through the lists.
Required
Acceptance Criteria
The text was updated successfully, but these errors were encountered: