django-fsm icon indicating copy to clipboard operation
django-fsm copied to clipboard

State Diagrams in Mermaid Markdown

Open alysivji opened this issue 3 years ago • 3 comments

Thank you for creating this library! I use it all the time and love the API.

I took a couple of hours and wrote up a function that generates django-fsm State Diagrams in Mermaid Markdown syntax.

Is there any interest in having django-fsm support another visualization format? I can clean my code and make a PR.

Attached is a diagram for one of the models in testapp:

alysivji avatar Sep 13 '20 00:09 alysivji

@alysivji Would you share a link to the code?

peterfarrell avatar Mar 29 '21 16:03 peterfarrell

https://gist.github.com/alysivji/0475531d2703373c024a60a63b8a2db6

Let me know if you need me to clean this up and make a PR. Would love to contribute to this project. I use it all the time.

alysivji avatar Mar 30 '21 06:03 alysivji

@alysivji You could consider releasing this as django-fsm-graph-transitions-mermaid package on PyPi.

peterfarrell avatar Mar 30 '21 14:03 peterfarrell

Closing since it's not enough resource on this

kmmbvnr avatar Dec 21 '23 09:12 kmmbvnr