-
Notifications
You must be signed in to change notification settings - Fork 885
Allow for searching Users #595
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
Comments
Not really on the backend, the endpoints are different and do not have the same query parameters available, but I don't think it would be much work to replicate it for this case. |
Can we make this issue user-facing, integrating both frontend and backend? |
exactly what I had in mind! |
90 tasks
This was referenced Jun 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a frontend developer I want to support searching for users lists so that I do not have the whole list in a single page that requires a lot of scrolling and the rendering can be faster.
As an admin user that may have 7,000 users in the system at a time, I want searching so I do not have to scroll through potentially all of those users to find the one user I am looking for.
The work in #1972 by @f0ssel can be an example for how we should implement this for users on the front and backend.
The text was updated successfully, but these errors were encountered: