-
Notifications
You must be signed in to change notification settings - Fork 1
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
checking responsible people before changing roles #221
Comments
Blocked by #99 |
Not blocked by #99 but there is currently no relation between a vm and the responsible people for that VM. @mlichtblau is looking into it. |
Komplexität? |
@isabel-amon who is the responsible person for a VM? We have the ability to get all vms of a user, and for a vm we can get all users. But how do I figure out who is the responsible person? Is this related to #148 ? |
You wrote something about it being blocked, but what be cool if you reference the issue that blocks this in the future 😄 |
sorry, this is in relation to #148. A VM will always have a responsible person. |
Not super relevant for actual use cases |
User Story
As an admin I am able to change peoples roles (#110). When I change a persons role from employee to user I need to make sure that this change leaves no vm without a responsible person. I would like to have a check be done when I try to make such a change, and a message displaying said problem should appear. In this message I want see all vms that the person is responsible for in form of a list.
Responsible person is a criteria that is now only being implemented right now. That's why this is blocked at the moment.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: