Fork me on GitHub
#code-reviews
<
2018-01-05
>
mattboehm00:01:47

I've been working on web app for directed graphs and would appreciate any feedback on the code/app 😃 https://github.com/mattboehm/dottask/tree/master/src/dottask http://dottask.mattboehm.rocks/

mattboehm00:01:49

The main way to interact is to to drag from a node to empty space above/below to add a linked node before/after or on drag between nodes to add/remove links, but there are more features described in "help"

mattboehm00:01:52

This is my first cljs project so apologies in advance for the ugly code =P. FWIW, you can fold code in the browser with https://github.com/noam3127/github-code-folding

mattboehm00:01:37

I think my biggest issues with the code are that the data structures feel a little too arbitrary/informal to me and the support of clusters that you can collapse has made some functions pretty complicated.