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

Feature request: Ability to bulk update admin list #1351

Open
neekolas opened this issue Nov 28, 2024 · 1 comment
Open

Feature request: Ability to bulk update admin list #1351

neekolas opened this issue Nov 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@neekolas
Copy link
Contributor

neekolas commented Nov 28, 2024

Is your feature request related to a problem?

Sometimes you want to set many members to be admins - maybe the whole group. The current update_admin_list method only allows you to do this one at a time, leading to a large number of commits and async actions for something that could be handled in a single call.

Describe the solution to the problem

Create a bulk_update_admin_list function that takes an array. Maybe deprecate the current version and make everyone use it. That would let us reclaim the name update_admin_list.

Same for super-admin list obviously.

Describe the uses cases for the feature

Making everyone in the group an admin

Additional details

No response

@neekolas neekolas added the enhancement New feature or request label Nov 28, 2024
@neekolas
Copy link
Contributor Author

If we really wanted to get fancy we could include it as an option when adding the member and have the add + the update to the admin list all happen in a single commit.

@nplasterer nplasterer moved this to Todo in V3 Backlog Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant