It's a bit buggy.. sometimes when I dropped an icon in, it would disappear while I was typing to filter. Looks good though and I will try again on a non-FF browser in work. Where do the files get saved? One of the best things about draw.io is that it just works off local files.
Show HN: OneModel – Diagramming tailor-made for Software Engineers
21–30 of 35 posts
Re: Show HN: OneModel – Diagramming tailor-made for Software Engineers
#22There is one feature I always wished existed in engineering diagramming tools: it's the ability to hook up some logging or status report.
For instance, on each of these nodes, there could be an ID, and I would send a post request from my servers that says "node ID x is down", and the tool would just show a red dot and maybe a "take me to the logs" button, that would be huge.
Which is to say, I don't just want a diagram, cause diagrams get outdated, I want a dashboard. Dashboards get updated, cause you look at them.
Anyways, just a thought.
Re: Show HN: OneModel – Diagramming tailor-made for Software Engineers
#23This looks amazing. Kudos There is one feature I always wished existed in engineering diagramming tools: it's the ability to hook up some logging or status report. For instance, on each of these nodes, there could be an ID, and I would send a post request from my servers that says "node ID x is down", and the tool would just show a red dot and maybe a "take me to the logs" button, that would be huge. Which is to say,…
Re: Show HN: OneModel – Diagramming tailor-made for Software Engineers
#24Re: Show HN: OneModel – Diagramming tailor-made for Software Engineers
#25Hi HN! I’m building a diagramming tool optimized for software engineering use cases. In previous jobs, I’ve had to draw many diagrams, whether to accompany design specifications or to explain something to peers. I’ve always felt drawing diagrams was too time consuming even though it was incredibly beneficial to my peers. That led me to creating a diagramming tool that allows software engineers to create diagrams quic…
Thanks for sharing!
Re: Show HN: OneModel – Diagramming tailor-made for Software Engineers
#26Re: Show HN: OneModel – Diagramming tailor-made for Software Engineers
#27Hi HN! I’m building a diagramming tool optimized for software engineering use cases. In previous jobs, I’ve had to draw many diagrams, whether to accompany design specifications or to explain something to peers. I’ve always felt drawing diagrams was too time consuming even though it was incredibly beneficial to my peers. That led me to creating a diagramming tool that allows software engineers to create diagrams quic…
Re: Show HN: OneModel – Diagramming tailor-made for Software Engineers
#28Check out mermaid [0] for plain text diagramming that's easily version controlled. It's also natively rendered in obsidian [1] without any plugins. Not affiliated, just very happy with this plain text and local workflow. [0]: https://mermaid-js.github.io [1]: https://obsidian.md/
Re: Show HN: OneModel – Diagramming tailor-made for Software Engineers
#29Our team usually uses LucidCharts but we'll give this a try. A basic folder system would go a long way in helping to keep my charts organized.