When I'm evaluating tradeoffs in the criteria table, sometimes I find that a criterion or solution were good to acknowledge, but I don't care about them right now, so I'd like to hide them. I can hide them by opening the table filters, adding all nodes to the respective solution or criteria filter, then removing the one I want to hide. But this is really cumbersome.
Also there's a "hide node" button when I right-click a node in the table, but it only hides the node in the diagram when I use it (so it appears to do nothing from the table view).
Solution you'd like
Make "hide node" (node context menu button) hide the node from the table if we're in the table view, and continue hiding the node in the diagram if we're in the diagram view. If we're right-clicking a node in the details pane, we probably shouldn't have the "hide" button at all.
Alternatives you've considered
No response
Additional context
No response
Technical ideas and questions
pass the WorkspaceContext into openContextMenu when right-clicking the node, so that the context menu options can behave differently based on if we're right-clicking on a node in the table, diagram, or details pane
the table filter currently shows all nodes if none are selected, so:
if it currently has no nodes selected, "hide node" will have to add all the nodes of the respective type (solution or criteria), then remove the one we're intending to hide
if it currently has nodes selected, "hide node" can just remove the one we're intending to hide
Describe your issue
When I'm evaluating tradeoffs in the criteria table, sometimes I find that a criterion or solution were good to acknowledge, but I don't care about them right now, so I'd like to hide them. I can hide them by opening the table filters, adding all nodes to the respective solution or criteria filter, then removing the one I want to hide. But this is really cumbersome.
Also there's a "hide node" button when I right-click a node in the table, but it only hides the node in the diagram when I use it (so it appears to do nothing from the table view).
Solution you'd like
Make "hide node" (node context menu button) hide the node from the table if we're in the table view, and continue hiding the node in the diagram if we're in the diagram view. If we're right-clicking a node in the details pane, we probably shouldn't have the "hide" button at all.
Alternatives you've considered
No response
Additional context
No response
Technical ideas and questions