Earlier quoted context omitted.
Hi. I created this years ago and have not been able to give it much attention lately. There is a very basic API, https://swimlanes.io/docs/api
You can also embed a diagram. See https://jsfiddle.net/y6Lqpfcw/
Swimlanes.io – generated editable sequence diagrams
51–60 of 114 posts
Re: Swimlanes.io – generated editable sequence diagrams
#52Re: Swimlanes.io – generated editable sequence diagrams
#53Re: Swimlanes.io – generated editable sequence diagrams
#54I would really like a sequence diagram that allow for diagonal arrows, not just horizontal ones. A message takes time to arrive to its destination and sometimes it's interesting what else could happen during this time, for example the backend sending another response to the requester. Also requests don't arrive to the destination in the exact order they where made. All of these are impossible to represent with horizo…
I don’t think diagonal arrows really help with this and will be harder to deal with because they could get overlapping really quickly.
But if things are truly out of sequence use something other than a sequence diagram. Just a regular flow chart, or activity diagram, or state diagram.
Re: Swimlanes.io – generated editable sequence diagrams
#55Earlier quoted context omitted.
Hi! Thanks for replying. Is there any storage layer? Or is everything encoded in the URL?
Yes. There is a simple storage if you sign in with google/github
Re: Swimlanes.io – generated editable sequence diagrams
#56Re: Swimlanes.io – generated editable sequence diagrams
#57Earlier quoted context omitted.
Hi! Thanks for replying. Is there any storage layer? Or is everything encoded in the URL?
Yes. There is a simple storage if you sign in with google/github
Re: Swimlanes.io – generated editable sequence diagrams
#58Prior art: 1. Plant UML: http://www.plantuml.com/plantuml/umla/SoWkIImgAStDuNBCoKnELT... PlantUML supports many diagram types, and there's a nice VS Code plugin with side by side live preview. 2. https://www.websequencediagrams.com/ Has a hand-drawn style option which is nice: https://i.imgur.com/lh4jaVL.png
collated these diagramming tools here: https://github.com/sw-yx/spark-joy/blob/master/README.md#gen...
Re: Swimlanes.io – generated editable sequence diagrams
#59Note that in addition to being editable, they are executable and can be used to implement state transition logic in node/browser JS code.
The visualizer is used throughout XState's docs.
Re: Swimlanes.io – generated editable sequence diagrams
#60Earlier quoted context omitted.
collated these diagramming tools here: https://github.com/sw-yx/spark-joy/blob/master/README.md#gen...
Any plans to do curated?
you're welcome to PR in some commentary on each of them though. or fork it and curate. its open source knowledge :) https://www.youtube.com/watch?v=XoATf7xGoUY