aiidateam / aiida-workgraph

Efficiently design and manage flexible workflows with AiiDA, featuring an interactive GUI, checkpoints, provenance tracking, and remote execution capabilities.
https://aiida-workgraph.readthedocs.io/en/latest/
MIT License
10 stars 5 forks source link

Refactor visualization of graph in Web App, Widget and HTML template #332

Open superstar54 opened 2 months ago

superstar54 commented 2 months ago

WorkGraph has three GUI compoment: 1) web app 2) widget 3) HTML template

The codes to show the graph using rete.js are duplicated, and we need to modify three places if we want to update, as show in this PR #331 .

We need refactor them to use the same source code.