Skip to content
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

Add pagination functionality to database queries #607

Open
5 of 8 tasks
turnerrainer opened this issue May 16, 2024 · 1 comment
Open
5 of 8 tasks

Add pagination functionality to database queries #607

turnerrainer opened this issue May 16, 2024 · 1 comment

Comments

@turnerrainer
Copy link
Contributor

turnerrainer commented May 16, 2024

AS AN Architect
I WANT pagination functionality to be implemented in database queries
SO THAT only relevant data would be queried at any given time

Acceptance Criteria

GUI

  • Number of pages for relevant service are shown in GUI

DSL

  • A REST endpoint to fetch data without any relevant content to get the total number of results per query
  • A REST endpoint to fetch data containing relevant content in scope of selected pagination
  • Predefined parameters can be passed to SQL queries if there are changes in filters and sorters

This is to replace client-side filtering and sorting of results with server-side filtering and sorting

Scope

@rasmusei
Copy link
Contributor

@turnerrainer not all the sub tasks are done, please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

5 participants