patternfly / react-topology

MIT License
10 stars 19 forks source link

Topology - Aggregating edges between node groups #17

Open jeff-phillips-18 opened 1 year ago

jeff-phillips-18 commented 1 year ago

When edges are displayed in larger environments the topology view can be difficult to understand. To help remove clutter on the screen we can aggregate the edges from individual nodes within a group to a single line between node groups layer.

Screen Shot 2022-07-04 at 4 20 46 PM

/cc @andrew-ronaldson

jpinsonneau commented 1 year ago

Are you actively working on this @jeff-phillips-18 ?

If not I would like to give a try. After a quick look it seems that reusing bendpoints could be a good approach. We just need to calculate the right path for this new option.

jeff-phillips-18 commented 1 year ago

@jpinsonneau I am not actively working on this. Your contribution would be very welcomed. This repo is just getting spun up for releasing from and should be good to go later today.