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

Feature Request: Add Pagination to All Endpoints That Return Tabular Data #103

Open
berntpopp opened this issue Jul 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@berntpopp
Copy link
Owner

Description:
Implement pagination for all API endpoints that return tabular data to enhance performance and usability. An example of such an endpoint is /api/re_review/assignment_table.

Requirements:

  1. Identify all endpoints returning tabular data.
  2. Implement pagination logic for each identified endpoint.
  3. Ensure the pagination parameters (e.g., page, per_page) are configurable through the API requests.
  4. Update API documentation to include pagination details.

Acceptance Criteria:

  • All relevant endpoints support pagination.
  • API documentation reflects the new pagination capabilities.
  • Performance tests confirm improved response times for large datasets.

Related Issues/PRs:

  • Link to any related issues or pull requests.

Additional Notes:

  • Consider backward compatibility and provide default pagination settings.
@berntpopp berntpopp self-assigned this Jul 7, 2024
@berntpopp berntpopp added the enhancement New feature or request label Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant