Avaiga / taipy

Turns Data and AI algorithms into production-ready web applications in no time.
https://www.taipy.io
Apache License 2.0
10.94k stars 774 forks source link

Data Node viewer - Add parent label next to data node label #1571

Closed FlorianJacta closed 1 day ago

FlorianJacta commented 1 month ago

Description

The goal is to add the data node's parent next to its label in the Data Node viewer.

Here, I am displaying two data nodes from different scenarios, but they look the same:

image

Acceptance Criteria

jrobinAV commented 1 month ago

Two labels are available for each entity: the simple label, which is used today, and the label, which is made of the concatenation of the parent label and the simple label.

This change must be configurable. By default, we want the simple label to be displayed and by configuration, the developer may chose to use the label.

Does it make sense?

FlorianJacta commented 1 month ago

Why not.

FredLL-Avaiga commented 1 day ago

Image