Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add html tool tip for displaying node information #2580

Closed
davidsharp7 opened this issue Aug 11, 2023 · 0 comments · Fixed by #2601
Closed

Add html tool tip for displaying node information #2580

davidsharp7 opened this issue Aug 11, 2023 · 0 comments · Fixed by #2601

Comments

@davidsharp7
Copy link
Member

davidsharp7 commented Aug 11, 2023

Description

Currently the Marquez UI compresses dataset/job name under each node if they are over x characters which leads to a sub optimal user experience when browsing nodes on a graph. The current tool tip just displays if the object is a job/dataset and so is not massively helpful.

Proposed Solution

Add an HTML tool tip which on hover over displays details about the node. Initially I would like to just update

https://github.com/MarquezProject/marquez/blob/main/web/src/components/lineage/components/node/Node.tsx

and reformat the node label to display

node type (dataset/job)
Namespace
Object Name.

Screenshot 2023-08-12 at 7 50 02 am

This feature could be expanded to include multiple facets but that is a discussion for the wider community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant