MarquezProject / marquez-web

Marquez Web UI
23 stars 6 forks source link

Fix lineage graph routing #87

Closed wslulciuc closed 4 years ago

wslulciuc commented 4 years ago

Let's reduce graph load time by not doing a full page refresh on lineage graph node select.

grantdfoster commented 4 years ago

@mell0kat we need to remove the href assignments on the nodes in the lineage and wrap each node instead in a React component. Currently the href is taking you out of the app and then back in... increasing loading time and jeopardizing the UX.

We are using the logic in the home page cards and should mimic that I think, but I wasn't entirely sure how to implement that functionality with our node / D3 setup.

wslulciuc commented 4 years ago

Fixed #101