aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
314 stars 46 forks source link

[Feature Request] Context menu when right clicking on a node can be improved to include more "one click" actions #322

Open krlawrence opened 4 months ago

krlawrence commented 4 months ago

Community Note

Graph Explorer Version (and Graph Database and Version used if applicable) 1.6.0 Is your feature request related to a problem? Please describe. The context menu for a node or edge today has limited functionality. Many of the operations simply open a side panel, so the user has to then navigate there before being able to continue the task. It would be a nice improvement to be able to do more from the menu itself. Suggestions for improvements include

image image

kmcginnes commented 4 months ago

@krlawrence How would "collapse all neighbors" work? If I have neighbors with their own neighbors would all be collapsed?

Also, related to:

kmcginnes commented 4 months ago

Here's an idea that might work. Since collapsing neighbors is a bit tough to define and may collapse more than the user desires, what if instead we add an action called "Select immediate neighbors".

This action would allow the easy removal of all neighbors, but also gives the user the opportunity to deselect the neighbors they want to keep.

You can also use this action to easily move a group of items that are tedious to select.