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

Check pagination is DB not in-memory for Admin API #8

Open
s1monj opened this issue Nov 22, 2024 · 0 comments
Open

Check pagination is DB not in-memory for Admin API #8

s1monj opened this issue Nov 22, 2024 · 0 comments
Assignees
Labels
backend Python and SQL code

Comments

@s1monj
Copy link
Collaborator

s1monj commented Nov 22, 2024

While we're on the subject of pagination

  • Listing observations and patients from the web console (Admin API) could be large and needs to use pagination
  • Verify that the default pagination system for the Admin API endpoints uses DB limit/offset and not in-memory pagination
  • If it does not use DB pagination update the default paginators for all Admin API endpoints (except for Organizations that uses a custom response) accordingly
@s1monj s1monj added the enhancement New feature or request label Nov 22, 2024
@s1monj s1monj added the backend Python and SQL code label Nov 22, 2024
@s1monj s1monj changed the title Use DB pagination rather than Django in-memory Check pagination is DB not in-memory fro Admin API Mar 28, 2025
@s1monj s1monj removed the enhancement New feature or request label Mar 28, 2025
@s1monj s1monj changed the title Check pagination is DB not in-memory fro Admin API Check pagination is DB not in-memory for Admin API Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Python and SQL code
Projects
Status: Backlog
Development

No branches or pull requests

2 participants