graph-explorer icon indicating copy to clipboard operation
graph-explorer copied to clipboard

[Usability] Removing a central node does not remove the neighbors

Open joywa opened this issue 1 year ago • 1 comments

Community Note

  • Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Describe the bug A clear and concise description of what the bug is and the environment/context.

There was an expectation that removing a central node would also remove all the connected neighbors. Now it just shows all the previously connected objects as singletons in the view.

To Reproduce Steps to reproduce the behavior:

  1. Add a node that has multiple neighbors to Graph View on Graph Explorer
  2. Double-click to expand.
  3. Select the original node in Step 1 and click delete.
  4. See that the node's neighbors are left.

Expected behavior Provide an option to delete node and its neighbors or something similar.

joywa avatar Apr 17 '23 23:04 joywa