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

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

Open
krlawrence opened this issue Apr 25, 2024 · 2 comments
Labels
enhancement New feature or request exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc usability Issues relating to the ease of use of the UI or features

Comments

@krlawrence
Copy link
Contributor

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.

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

  • Expand 10 neighbors
  • Collapse all neighbors

image
image

@krlawrence krlawrence added the enhancement New feature or request label Apr 25, 2024
@kmcginnes kmcginnes added exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc usability Issues relating to the ease of use of the UI or features labels Apr 25, 2024
@kmcginnes
Copy link
Collaborator

kmcginnes commented Apr 25, 2024

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

Also, related to:

@kmcginnes kmcginnes added this to the Release 1.7.0 milestone May 1, 2024
@kmcginnes
Copy link
Collaborator

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.

@kmcginnes kmcginnes removed this from the Release 1.10.0 milestone Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc usability Issues relating to the ease of use of the UI or features
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants