Reputation: 359
Can somebody tell me of a tool that helps draw a flow chart online (to collaborate) but not make it public. I did see free, cheap or open source UML and Visio-like tool that talks of gliffy but it makes charts public in the free mode.
Upvotes: 2
Views: 3339
Reputation: 10528
Here is a free online tool:
https://ludoaubert.github.io/linkedboxdraw/README.html
You can start by reading the README. One key principle is that you keep your info private, it never gets uploaded.
For reverse engineering SQL schemas, of course the reverse engineered diagram will look a lot better if foreign keys are implemented :)
https://ludoaubert.github.io/linkedboxdraw/table_edit_ti.html
Upvotes: -1
Reputation: 1137
Bumping an old Q - but:
Have found this one to be very nice for ASCII flow charts:
Some highlights:
Downside:
Upvotes: 2
Reputation: 1741
This was recommended to me: Web Sequence Diagrams.
http://www.websequencediagrams.com/
HTH
Upvotes: 3