Y
Hacker News
new
|
ask
|
show
|
jobs
by
frank13
1879 days ago
Hi. I made this. Its mostly plain JS, all of the diagram, except the arrow heads, are simple div element
2 comments
travisjungroth
1879 days ago
Hi! Thanks for replying. Is there any storage layer? Or is everything encoded in the URL?
link
frank13
1879 days ago
Yes. There is a simple storage if you sign in with google/github
link
travisjungroth
1879 days ago
I mean what's the storage from a technical standpoint? If you're saving every version of every swimlane that anonymous users create, it seems like that would add up in your database.
link
frank13
1879 days ago
If you dont sign in nothing is stored. Your diagram data does not leave the browser, unless you generate an image. The diagram data is in the url
link
kobieyc
1879 days ago
Thank you for making this. Are you making the code available?
link