-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create a seed graph visualizer #19
Comments
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
Not yet sanity checked or anything, and no lines between seeds yet. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
When provided, it prints garden.diagram() to stdout and quits. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
… to have arbitrary characters and otherwise it's confusing why it looks weird. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
This fixes the diagram issue where many links between seeds were missing. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
They don't show links between them yet. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
items ending with a number still don't work correctly. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 8, 2023
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
Previously this is why a number of edges in the diagram were missing, because the values were nested inside of array or object values. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
Seeds not in that packet will all be rendered as remote seeds. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
jkomoros
added a commit
that referenced
this issue
Jul 9, 2023
jkomoros
added a commit
that referenced
this issue
Jul 10, 2023
jkomoros
added a commit
that referenced
this issue
Jul 10, 2023
If passed, and a packet is not loaded yet, will throw an error. Part of #19.
jkomoros
added a commit
that referenced
this issue
Jul 10, 2023
…false, will not be rendered. This fixes a weird diagram output where if private seeds are skipped, the direct children of public seeds, even if they were private, would be rendered (but with a weird name) because their link is included. Part of #19.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will help with debugging control flows
diagram
property that outputs a mermaid diagram defintiion--packet
)The text was updated successfully, but these errors were encountered: