-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
enhancementNew feature or requestNew feature or requestgssocGirlScript Summer Of CodeGirlScript Summer Of Codegssoc-exthacktoberfesthacktoberfest-acceptedlevel3GirlScript Summer Of Code - 35 pointsGirlScript Summer Of Code - 35 pointsstatus: ready for devYou can asked for this issue to be assigned (if not already assigned)You can asked for this issue to be assigned (if not already assigned)
Description
Is this feature already requested?
- I have checked "open" and "closed" issues, and this is not a duplicate.
Problem or Missing Functionality
When retrieving large datasets through the API, there is currently no pagination or sorting functionality. This results in inefficiencies when handling large amounts of data and makes it difficult to filter and organize results effectively. Adding pagination and sorting would improve the performance and user experience by allowing more control over how data is fetched and presented.
Feature Description
I propose adding pagination and sorting functionality to the existing APIs. By leveraging Spring Data’s Pageable interface, we can allow users to limit the number of results returned per request and sort the results based on different fields. This enhancement would streamline the process of accessing large datasets and improve overall efficiency.
Screenshots
No response
Would you like to work on this feature?
Yes
Implementation Plan
- Adding pagination and sorting parameters to the existing API endpoints.
- Modifying the service and repository layers to support pagination and sorting using Spring Data’s Pageable interface.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgssocGirlScript Summer Of CodeGirlScript Summer Of Codegssoc-exthacktoberfesthacktoberfest-acceptedlevel3GirlScript Summer Of Code - 35 pointsGirlScript Summer Of Code - 35 pointsstatus: ready for devYou can asked for this issue to be assigned (if not already assigned)You can asked for this issue to be assigned (if not already assigned)