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

Generate system diagram from model #231

Closed
therealryan opened this issue Feb 2, 2023 · 0 comments · Fixed by #443
Closed

Generate system diagram from model #231

therealryan opened this issue Feb 2, 2023 · 0 comments · Fixed by #443
Labels
enhancement New feature or request javascript Pull requests that update Javascript code

Comments

@therealryan
Copy link
Contributor

therealryan commented Feb 2, 2023

The example system diagram is generated from the system model data in this test.

It'd lovely if execution reports were able to do something similar - use the data in the report to generate a diagram that shows which actors interact with one another.

We'd have to:

  • Add a view in the index page
  • Make ajax calls to fetch the detail pages and extract the data (just as the model diff already does)
  • Generate mermaid markup for the actor interactions (the ngx-markdown component we're already using can also render mermaid)
  • Take account of flow filter settings
@therealryan therealryan added enhancement New feature or request help wanted Extra attention is needed javascript Pull requests that update Javascript code and removed help wanted Extra attention is needed labels Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant