Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Add sorting criteria support for user resource requests #109

Open
dan0x09 opened this issue Oct 19, 2019 · 0 comments
Open

Add sorting criteria support for user resource requests #109

dan0x09 opened this issue Oct 19, 2019 · 0 comments
Assignees

Comments

@dan0x09
Copy link
Contributor

dan0x09 commented Oct 19, 2019

Pagination has been implemented on the backend side for user resources for a while now, but has not been made of use on the frontend side up til now. Currently, the User List component in the frontend is being updated to support pagination.
In an issue in the frontend repository, I suggested enhancing the User List with a sorting feature, s.th. the user can decide whether they want the list to be sorted by Id or username, for example. Now that we will be using pagination, sorting can no longer be handled by the frontend alone, since only a subset of the users is requested at a time. Therefore, we should add support for sorting as specified by JSON API: https://jsonapi.org/format/#fetching-sorting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants