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

Request group search feature in /hub/admin #4559

Open
ryanlovett opened this issue Sep 8, 2023 · 0 comments
Open

Request group search feature in /hub/admin #4559

ryanlovett opened this issue Sep 8, 2023 · 0 comments

Comments

@ryanlovett
Copy link
Contributor

Proposed change

Our authenticator provides info about users' groups. A hub may see upwards of 1000 groups, and if an admin wants to browse information about one of them and/or set its group properties, they must page through the list 50 at a time. It would be very helpful if the group page had a search feature like the user page does.

Alternative options

As a workaround, I have a notebook with some code that queries the hub api. This is not optimal for people who are not familiar with APIs and are more comfortable using the GUI interface.

Who would use this feature?

Admins of hubs with lots of groups.

(Optional): Suggest a solution

Perhaps write an analogous function to setNameFilter (or adapt/parameterize the existing one) and an analogous reducer action for GROUP_NAME_FILTER.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@ryanlovett and others