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

Users: add fields to filter users by username or email #1274

Open
DonWillems opened this issue Mar 28, 2024 · 0 comments · May be fixed by #1280
Open

Users: add fields to filter users by username or email #1274

DonWillems opened this issue Mar 28, 2024 · 0 comments · May be fixed by #1280
Assignees
Labels

Comments

@DonWillems
Copy link
Contributor

DonWillems commented Mar 28, 2024

As an admin I want to easily find a user, so that I don't have to waste time clicking through the paginated list.

  • Add filter field left of the '+ add user' button in both panels
  • Filter the users shown below based on the match in username or email address
  • Match is case insensitive, and can be at the start/middle/end of the username or email
  • Decide whether filtering on front or backend is best
  • Filter on input change, add a debounce of 250ms
@DonWillems DonWillems changed the title Users: add field to filter users by username or email Users: add fields to filter users by username or email Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants