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] Manage users' rbac using user groups #76

Open
mawandm opened this issue May 9, 2024 · 0 comments
Open

[Feature] Manage users' rbac using user groups #76

mawandm opened this issue May 9, 2024 · 0 comments
Labels
API Backend API enhancement New feature or request

Comments

@mawandm
Copy link
Contributor

mawandm commented May 9, 2024

Description
User groups help manage user permissions in bulk.

Detail
Managing user permissions in bulk can be a challenge. The concept of user groups allows to add user permissions in bulk with simplicity. This feature introduces user groups.

Acceptance Criteria

  1. A user group can be created.
  2. A role can be assigned to a user group.
  3. A user can be assigned to a user group.
  4. A user assigned to the user group assumes all permissions from all roles assigned to the user group.
@mawandm mawandm added enhancement New feature or request API Backend API labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Backend API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant