Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: I've created a tool to design sequence diagrams with my team
(
diagrams.menduz.com
)
29 points
by
menduz
2151 days ago
5 comments
jesalg
2141 days ago
Very cool! Sounds like you and I had the same thought. I built something very similar couple of months ago:
https://www.quickviz.app/
link
robertk
2151 days ago
Very nice! This seems to have pretty good feature parity with
https://sequencediagram.org/
Will definitely be giving this a spin.
link
mikhailfranco
2151 days ago
Looks like PlantUML syntax:
https://plantuml.com/sequence-diagram
link
kanobo
2151 days ago
Good job menduz, it's well made and looks very useful. I'm especially happy to learn of the existence js-sequence-diagrams.
link
menduz
2151 days ago
Thanks kanobo
link
fromaj
2151 days ago
This is cool! Is having the entire document encoded in the URL really the best way to create a share-able link?
link
menduz
2150 days ago
Depending on the observer.. here are the two main points I considered: - No info stored in any server, that makes it cheap to maintain. - The document is portable, you can recover the information even if the site is down.
link