-
Notifications
You must be signed in to change notification settings - Fork 0
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
Draw mermaid flowchart Version 1 #190
base: main
Are you sure you want to change the base?
Conversation
…of a set, basic guardrailless endpoints for project execution
|
so edge case (get it) is for parent node of end node, it will process all the edges on that layer of the BFS instead of just the one connecting parent to end |
actually there’s a bunch of other cases that will probably be buggy since there are no checks on end nodes |
e.g. all the end nodes could be upstream of the start nodes if graph is a DAG |
could change implementation to backtracking instead. I think that should solve the problems |
I think your link to mermaid live editor is borked - it seems to be linking to github diffs |
Try this in jupyter
Paste to Mermaid Live Editor
See the magic
Needs tests but it's alive