CODAIT / nlp-editor

Visual Editor for Natural Language Processing pipelines
Apache License 2.0
15 stars 9 forks source link

Result Table Viewer: show tooltip for view names or allow resizing to show the full name #67

Closed laurachiticariu closed 2 years ago

laurachiticariu commented 2 years ago

In the result table view, it is not possible to distinguish between the names of nodes starting RevenueOfDivisio. The UI should allow resixing of those tabs, or provide a tooltip showing the full name, or show the full name when one clicks on the tab. Otherwise, the user does not have a way to match the result tables with the corresponding node.

image

marthacryan commented 2 years ago

I think when you hover over a node you're able to see a tooltip with the full title? image

laurachiticariu commented 2 years ago

@marthacryan Yes, but I can't see the full title in the result table in the bottom pane, the 3 tabs showing RevenueByDivisio.... So, I can't match the result with the corresponding node.

image

All these 3 have different results, but one can't tell which node they belong to:

image image image

marthacryan commented 2 years ago

Ah ok got it - I'll check it out

marthacryan commented 2 years ago

@laurachiticariu Can we close this given that #106 is merged?

laurachiticariu commented 2 years ago

@marthacryan yes we can close it since the tooltip contains all the information. If users think it is more user-friendly to have adjustable-width tabs as you mentioned in https://github.com/CODAIT/nlp-editor/pull/106#issue-1389768998, they can open a new issue later.