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

Paginated user list with search functionality #2123

Closed
2 tasks
NSUWAL123 opened this issue Jan 29, 2025 · 1 comment
Closed
2 tasks

Paginated user list with search functionality #2123

NSUWAL123 opened this issue Jan 29, 2025 · 1 comment
Assignees
Labels
backend Related to backend code enhancement New feature or request priority:high Should be addressed as a priority testing:ready Ready for testing

Comments

@NSUWAL123
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, we have /users endpoint that returns a list of all users. But as per the new requirements mentioned below, we require a users endpoint that returns a list of users in paginated format with search functionality.

  1. To search users from the list
    Image

  2. Should return user list in paginated format
    Image

Describe the solution you'd like

  • A user endpoint with paginated data
  • Search through the list of users
@NSUWAL123 NSUWAL123 added the enhancement New feature or request label Jan 29, 2025
@NSUWAL123 NSUWAL123 added backend Related to backend code priority:critical Blocking current tasks or user workflow labels Jan 29, 2025
@spwoodcock spwoodcock added priority:high Should be addressed as a priority and removed priority:critical Blocking current tasks or user workflow labels Jan 29, 2025
@spwoodcock
Copy link
Member

spwoodcock commented Jan 29, 2025

It's only on dev for now (not in production), so changed to priority:high 👍

This could be a nice addition though 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code enhancement New feature or request priority:high Should be addressed as a priority testing:ready Ready for testing
Projects
Development

No branches or pull requests

3 participants