The goal is to implement pagination for necessary GET routes to improve performance and usability.
Approach
Pagination will be added to the required GET routes by modifying the existing query handling mechanisms. This will involve updating the controller methods to accept pagination parameters and adjust the database queries accordingly. Additionally, the response structure will be modified to include pagination metadata such as total pages, current page, and items per page.
Screenshots
Checklist
[x] This PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.
Purpose
The purpose of this PR is to fix #136
Goals
The goal is to implement pagination for necessary GET routes to improve performance and usability.
Approach
Pagination will be added to the required GET routes by modifying the existing query handling mechanisms. This will involve updating the controller methods to accept pagination parameters and adjust the database queries accordingly. Additionally, the response structure will be modified to include pagination metadata such as total pages, current page, and items per page.
Screenshots
Checklist
Related PRs
## Test environment ## Learning