smart-data-lake/sdl-visualization

Implement grouping Nodes by an Attribute

Closed this issue · 0 comments

DataObjects and Actions can be annotated with metadata which define groupings, e.g. dataObject.metadata.subjectArea/layer, action.metadata.feed.
The lineage graph should be able to group nodes by an attribute, and show only the grouped nodes, which can then be expanded individually and collapsed.
The attribute to group by should be made configurable by a dropdown. The graph should adapt when the selection of the dropdown changes. The dropdown should be implemented similar as for #74.