cloudmesh / cloudmesh-cc

Cloudmesh compute coordinator the execute compute intensife workflows on remote resources
https://cloudmesh.github.io/cloudmesh-cc/
Other
2 stars 0 forks source link

shape for start and end node #58

Open laszewsk opened 1 year ago

laszewsk commented 1 year ago

While testing with https://github.com/magjac/graphviz-visual-editor

I found a possible good shape for start end that is better then the diamond

There is also the possibility to use an HTML formatted label, which could be used to create a table such as

Name

Progress:

start: stop:

We may want to showcase an example node with that.

label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="4">
<tr> <td> <b>Name</b></td> </tr>
<tr> <td> 
Progress: ...</br>
Start: ...</br>
Stop: ...</td> </tr>
</table>>
shape=plain

See also https://graphviz.org/Gallery/directed/git.html

laszewsk commented 1 year ago

we coudl introduce a special "cc" style that does the HTML label

laszewsk commented 1 year ago

alternative drawing: https://wimyedema.github.io/dagviz/notebooks/Dagre%20examples.html metro layout: https://wimyedema.github.io/dagviz/notebooks/Metro%20examples.html

editor: https://socket.dev/npm/package/dag-builder-js https://paulomigalmeida.github.io/directed-acyclic-graph-builder-js/demo/public/index.html https://github.com/alyssaxuu/flowy