Live data from Hacker News

Swimlanes.io – generated editable sequence diagrams

swimlanes.io

11–20 of 114 posts

Re: Swimlanes.io – generated editable sequence diagrams

#12

These are becoming as prevalent as note taking apps on HN!

So, if anyone wants to make diagramming software and is looking for a niche, there's something used in quality improvement called a "driver diagram".

These are very simple.

https://qi.elft.nhs.uk/resource/driver-diagrams/

http://www.ihi.org/resources/Pages/Tools/Driver-Diagram.aspx

The problem is that you want something that a small team can collaborate on; that allows them to control where it's stored and viewable; that works with baffling NHS bureaucracy; and is very easy to use. You want something that allows actions to be attached and completed. And you might want to allow it to link to other documents. (For example, "we tried change idea 1, and we didn't see any improvement, here's the data").

The other problem is that most software will apply colour vertically to a column, but you probably don't want that. You want something that allows horizontal stripes.

Vertical: https://tse4.mm.bing.net/th?id=OIP.hhpwTzkH7yvSFeBY61hM7wHaF...

Horizontal: https://tse1.mm.bing.net/th?id=OIP.i9BwtTbgKV-UGlO5675QtgHaF...

Horizontal: https://tse4.mm.bing.net/th?id=OIP.4oy4eY78Ik4sl5r2ygFpvgHaE...

There's something called LifeQI which is good but a bit spendy and it covers a lot more detail than just driver diagrams.

Re: Swimlanes.io – generated editable sequence diagrams

#16
Thanks for sharing! Sequence diagrams are awesome.

I've used websequencediagrams.com and PlantUML to create them before, and honestly I much prefer using an open source CLI tool for this than a closed source service, even if it's free to use. The day the site goes offline all my Git versioned diagrams would be useless.

If the authors are reading: have you considered releasing a standalone CLI tool? It could even be open sourcing the site itself and packaging it as a Docker image. If not, exposing an API like wsd.com has would be very useful.

Re: Swimlanes.io – generated editable sequence diagrams

#19
post #10
post #5

Prior 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

Ilograph supports interactive sequence diagrams e.g. https://app.ilograph.com/demo.ilograph.Ilograph/Get%2520Diag...

also see zenuml.com

I was just looking at that a few days ago. But don't want something that works on-line. Any good equivalent local tools?

Re: Swimlanes.io – generated editable sequence diagrams

#20
post #10

Earlier quoted context omitted.

Ilograph supports interactive sequence diagrams e.g. https://app.ilograph.com/demo.ilograph.Ilograph/Get%2520Diag...

also see zenuml.com I was just looking at that a few days ago. But don't want something that works on-line. Any good equivalent local tools?

There is a desktop version that works off-line: https://www.ilograph.com/desktop/index.html
Post reply on HN