smart-data-lake / sdl-visualization

Visualization for SDLB config
GNU General Public License v3.0
4 stars 1 forks source link

When to re-render the lineage graph #83

Open HX-Tfd opened 3 months ago

HX-Tfd commented 3 months ago

The lineage graph re-renders when one clicks on every click, which makes redundant computations. Also, the user might want to focus on the current view, which might include manual rearranging of the nodes/edges that have been made. Refreshing destroys the view.

Might be good to look at when re-writing the graph structure #74