Skip to content

cardViewSort: Support for paginated APIs #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
m-mohr opened this issue May 8, 2025 · 0 comments
Open

cardViewSort: Support for paginated APIs #596

m-mohr opened this issue May 8, 2025 · 0 comments
Assignees
Milestone

Comments

@m-mohr
Copy link
Collaborator

m-mohr commented May 8, 2025

cardViewSort currently only allows to sort by title and only works when not paginated.

This should be improved as follows:

  1. Split into sort for collections and sort for items (e.g. defaultItemSort and defaultCollectionSort, accepting the same terminology as in the sort extension such as -datetime) -> remove cardViewSort
  2. Pass to sort information to the API if the sort extension(s) are implemented
  3. Allow to sort by other properties (i.e. not just title) - restriced for client side sort to (natural) numbers and texts

Related to #588

@m-mohr m-mohr self-assigned this May 8, 2025
@m-mohr m-mohr added this to the 3.4.0 milestone May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant