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

Mermaid diagram of angular component structure #853

Closed
therealryan opened this issue Jun 26, 2024 · 0 comments · Fixed by #854
Closed

Mermaid diagram of angular component structure #853

therealryan opened this issue Jun 26, 2024 · 0 comments · Fixed by #854
Labels
enhancement New feature or request java Pull requests that update Java code javascript Pull requests that update Javascript code

Comments

@therealryan
Copy link
Contributor

The test that generates the diagrams of package structure turned out pretty well. Let's do the same for the component structure of the report application - it should be pretty easy to spider the source files and detect usage of one component in another's html. We'd end up with something like:

graph LR
  app --> index
  app --> detail
  index --> menu
  index --> flow-filter
  index --> tag-summary
  index --> system-diagram
  index --> flow-nav-list
  flow-filter --> tag-filter
  flow-nav-list --> flow-nav-item
  flow-nav-item --> tag
  detail --> and_so_on
Loading

This would be really helpful to folk coming in fresh and trying to grok the structure.

@therealryan therealryan added enhancement New feature or request javascript Pull requests that update Javascript code java Pull requests that update Java code labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant