-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Feature Request
It would be beneficial to enhance the API by adding support for filtering and sorting employee data. Currently, the API allows retrieving all employees, but it does not provide options for filtering by roles or sorting by attributes such as name or id.
Proposed Implementation
- Filtering: Allow queries like
GET /employees?role=Developerto only return employees of a specific role. - Sorting: Provide a way to sort employees by various parameters, e.g.,
GET /employees?sort=nameto sort by name in ascending order.
This enhancement can improve the API's usability significantly, especially for clients managing large datasets of employees.
Benefits
- Increases efficiency by allowing clients to retrieve only relevant data.
- Enhances user experience by letting users sort data based on their needs.
Please let me know if this feature would align with the project's roadmap!
Metadata
Metadata
Assignees
Labels
No labels