You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we have more nodes (for example: 10, or even 100) involved in the flow . It is very difficult to debug the system.
The most desired feature is to understand what the node's input, output in a easy-to-eyes, easy-to-click way.
Here is the specific need decribed by our (dora application) developers.
"We need
a visual interface which represent the running process of a dataflow.
The interface should include all the (or selected) nodes in the dataflow.
Use colors. For example: during the running of the dataflow, when a node receives data and starts running, its color should change. If an error occurs in a node, the color of the node with the error should be marked, and the error message should be prominently displayed. (Additionally, the associated input should also be shown.)
Also, the value of input and output parameters of the currently running node, including the execution time, should be visible on the page.
"
of course, debug functions could also include:
breakpoint setting
step execution
run and resume
and many other functionalities, but those are not the immediate need.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When we have more nodes (for example: 10, or even 100) involved in the flow . It is very difficult to debug the system.
The most desired feature is to understand what the node's input, output in a easy-to-eyes, easy-to-click way.
Here is the specific need decribed by our (dora application) developers.
"We need
"
of course, debug functions could also include:
and many other functionalities, but those are not the immediate need.
Beta Was this translation helpful? Give feedback.
All reactions