Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to visualization tool #77

Open
2 tasks
tiagofilipe12 opened this issue Aug 25, 2017 · 0 comments
Open
2 tasks

Improvements to visualization tool #77

tiagofilipe12 opened this issue Aug 25, 2017 · 0 comments

Comments

@tiagofilipe12
Copy link
Member

Currently bionode-watermill has a visualization tool available when running your scripts in localhost:8084. This visualization tool is basically a d3 force-directed graph that enables to draw vertices and edges from an object like this:

{
  "graph": {
    "mode": "NORMAL",
    "vertices": [
      //...Array of vertices
    ],
    "edges": [
      //...Array of edges
    ] 
  }
}

It would be nice to improve this tool by:

  • Adding arrows in different colors representing the input and output flow. Currently, it just represents the flow between tasks (mediated by orchestrators) with black arrows.
  • It would be also cool to make a way to know in green what have run already (successfully), yellow what is pending, red what has failed and in blue what was not yet ran.
@tiagofilipe12 tiagofilipe12 changed the title Visualization tool Improvements to visualization tool Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant