Skip to content

Notify the user when deleting a superproject #3742

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

Closed
4 tasks
humitos opened this issue Mar 6, 2018 · 1 comment · Fixed by #5596
Closed
4 tasks

Notify the user when deleting a superproject #3742

humitos opened this issue Mar 6, 2018 · 1 comment · Fixed by #5596
Labels
Accepted Accepted issue on our roadmap Improvement Minor improvement to code
Milestone

Comments

@humitos
Copy link
Member

humitos commented Mar 6, 2018

Now, when the user deletes a superproject (a Project that has subproject(s)) that Project is deleted but all the subprojects are "disconnected" from its parent and now become just regular Project (change the hierarchy from sub to project).

This means that the URL for those subproject changes also and probably other things are changed also.

We need to find a good pattern to handle this in a better way, but our first step will be to alert the user that this will happen when they try to delete the superproject.

The flow should be:

  1. user tries to remove the superproject
  2. user is informed in a very well detailed way what will happen and how the subprojects will be affected
  3. user accepts it
  4. project is deleted

For this issue we need:

  • know exactly what is happening now when a superproject is deleted
  • write a good message to communicate this to the user
  • implement the flow proposed in this issue
  • write some tests for this flow

Ref: #3649

@humitos humitos added the Improvement Minor improvement to code label Mar 6, 2018
@humitos humitos added this to the Deleting projects and versions milestone Mar 6, 2018
@stale
Copy link

stale bot commented Jan 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: stale Issue will be considered inactive soon label Jan 10, 2019
@stsewd stsewd added Accepted Accepted issue on our roadmap and removed Status: stale Issue will be considered inactive soon labels Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap Improvement Minor improvement to code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants