We need to make the user's paths clearer through textual labels. We currently highlight the nodes and edges where a user has made a decision, however we don't label the edges, and we don't indicate which button the user selected.
Scope out what it would take to add labels to the node edges (arrows connecting the nodes in the DAG tree).
for Boolean nodes, the edges should simply have a 'yes' & 'no' label used. Right now, that's the only custom node type we have, however, any method used to accept an edge label should allow for an arbitraty string if we decide to create differenet node types in the future.
Description
We need to make the user's paths clearer through textual labels. We currently highlight the nodes and edges where a user has made a decision, however we don't label the edges, and we don't indicate which button the user selected.
Scope out what it would take to add labels to the node edges (arrows connecting the nodes in the DAG tree).
for Boolean nodes, the edges should simply have a 'yes' & 'no' label used. Right now, that's the only custom node type we have, however, any method used to accept an edge label should allow for an arbitraty string if we decide to create differenet node types in the future.
Examples
See the react flow documentation.
Requirements