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

[suggestion] Check active links on node delete #54

Open
stargazerwna opened this issue Jun 1, 2014 · 2 comments
Open

[suggestion] Check active links on node delete #54

stargazerwna opened this issue Jun 1, 2014 · 2 comments

Comments

@stargazerwna
Copy link
Contributor

Should a user be able to delete an active node ?
WiND checks next node in order to display active links when you create a node, but what happens if someone deletes one with active links?

@ysamouhos
Copy link
Member

There is a conflict between what should be deleted and what not. It's not a matter of connected active links, it's a general policy issue. The conflict lies between user personal data and functional consistency of links and nodes. In the current code a user can delete a node yes, despite the fact that there is a "deleted" state. We need to implement the function of "deleted/inactive" state and hide or remove the code for actual deletion for nodes. If the user decides to put the node in "deleted" state then we can figure out what we can do in case there are active links and also hide the user's personal data etc.

Also there has to be a disclaimer and refine the terms of use policy for the users, but this is for the community that installs and maintains the site to decide.

IMO, I would implement this as a configurable switch (Actual delete vs deleted state).

@ysamouhos
Copy link
Member

7 days and no other teammate responce. I take it we are alone :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants