Skip to content

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

Closed
Tracked by #668
misskniss opened this issue Mar 28, 2022 · 4 comments · Fixed by #2653
Closed
Tracked by #668

Allow for searching Users #595

misskniss opened this issue Mar 28, 2022 · 4 comments · Fixed by #2653
Assignees
Labels
site Area: frontend dashboard

Comments

@misskniss
Copy link

misskniss commented Mar 28, 2022

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.

@tjcran
Copy link

tjcran commented Jun 3, 2022

@f0ssel can the work in #1972 be re-used for Users searching/filtering?

@f0ssel
Copy link
Contributor

f0ssel commented Jun 3, 2022

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.

@ammario
Copy link
Member

ammario commented Jun 3, 2022

Can we make this issue user-facing, integrating both frontend and backend?

@tjcran
Copy link

tjcran commented Jun 3, 2022

Can we make this issue user-facing, integrating both frontend and backend?

exactly what I had in mind!

@tjcran tjcran modified the milestones: Enterprise MVP , Community MVP Jun 3, 2022
@tjcran tjcran changed the title Add API support for searching users Feat: Allow for searching Users Jun 3, 2022
@f0ssel f0ssel self-assigned this Jun 6, 2022
@kylecarbs kylecarbs changed the title Feat: Allow for searching Users Allow for searching Users Jun 7, 2022
@misskniss misskniss added the site Area: frontend dashboard label Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site Area: frontend dashboard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants