-
Notifications
You must be signed in to change notification settings - Fork 0
Pagination: Implement backend parameters #81
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
Pagination is implemented on the frontend, but requests to the backend lack pagination parameters. This means the backend's pagination support is ignored, resulting in fetching the entire dataset instead of paginated results.
Describe the solution you'd like
Implement pagination parameters in requests to the backend to utilize pagination support:
- Add parameters to the request for page number and size
- Ensure the backend processes these parameters correctly
- Test to confirm only paginated results are returned
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Closed
