To be able to fully manage the permissions in the UI we will need to be able to modify the roles and the permissions they have.
It probably makes sense to have one PR that adds CUD (Read is already done) endpoints for Roles.
Permissions are not createable via anything but code, so we only need these endpoints for Roles, but not Permissions.
To be able to fully manage the permissions in the UI we will need to be able to modify the roles and the permissions they have.
It probably makes sense to have one PR that adds CUD (Read is already done) endpoints for Roles.
Permissions are not createable via anything but code, so we only need these endpoints for Roles, but not Permissions.