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

[Elektra] [EOV] Add project delete functionality for project admins using prodel tool #1332

Closed
edda opened this issue Mar 22, 2024 · 0 comments
Assignees

Comments

@edda
Copy link
Collaborator

edda commented Mar 22, 2024

Business need:
End users should be able to delete projects themselves without having to open support tickets. This was previously disabled because various assets need to be cleaned up (servers, ports, security groups, etc...) before a project can be deleted. The prodel tool is already in use right now for cloud admins to make it easier for support colleagues to find all the resources that need to be cleaned up if any.

Task:
Add prodel functionality to projects ("Delete" action underneath the "Edit Project" action from the project info menu). Triggering "delete" will open a modal window which will call the prodel api to check if the project can be deleted.

If the api call returns with resources that need to be deleted first, then display them in a list.
If the api call returns with the information that the project can be deleted, offer a delete button to the user which will call the prodel delete api call. Once the call returns we should redirect the user to the domain homepage since the project will be inacessible at that point.

@hgw77 hgw77 self-assigned this Mar 25, 2024
@ArtieReus ArtieReus changed the title [Elektra] Add project delete functionality for project admins using prodel tool [Elektra] [EOV] Add project delete functionality for project admins using prodel tool Apr 24, 2024
@hgw77 hgw77 closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants