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

feat(role): implement CRUD actions with permissions #82

Merged
merged 7 commits into from
Dec 16, 2023

Conversation

Lapotor
Copy link
Collaborator

@Lapotor Lapotor commented Dec 15, 2023

Add RoleController for listing, showing, creating, updating, and deleting roles.
Assign the following permissions:

  • index(): show-roles
  • store(): create-roles
  • show(): show-roles
  • update(): update-roles
  • destroy(): delete-roles

Closes:

Signed-off-by: Valentin Sickert <[email protected]>
Signed-off-by: Valentin Sickert <[email protected]>
Signed-off-by: Valentin Sickert <[email protected]>
Signed-off-by: Valentin Sickert <[email protected]>
@Lapotor Lapotor added this to the v1.0.0 milestone Dec 15, 2023
@Lapotor Lapotor requested a review from whyauthentic December 15, 2023 00:07
@Lapotor Lapotor self-assigned this Dec 15, 2023
@whyauthentic whyauthentic merged commit 9801067 into main Dec 16, 2023
15 checks passed
@whyauthentic whyauthentic deleted the feat/addRoleController branch December 16, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment