Trrack / trrackvis

BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

bring back grouping in trackvis #52

Open NateLanza opened 6 months ago

NateLanza commented 6 months ago

Nodes should be groupable. A group of nodes is collapsible in the visualization. Ephemeral nodes should automatically collapse together (once re-implemented in https://github.com/Trrack/trrackjs/issues/60) and users should be able to manually select groups of nodes to collapse (labels for these collapsed groups would be nice). Grouping should probably only work within single branches and direct linear relationships. However, branches need to be able to start from the middle of groups. Manual grouping will require a multiselect action in Trrack, which should at a minimum support shift clicking to select linear groups down a branch. Multiselecting probably shouldn't update the state of the vis, leaving it at the state of the last single selected node.

kirangadhave commented 6 months ago

Groups should support annotations — treating groups as nodes

NateLanza commented 6 months ago

This also needs a linked issue in trrack, as the groups should be stored by the trrack object.