Slackson comments on What are you working on? October 2013 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (37)
Currently working on a Django app to create directed acyclic graphs, intended to be used as dependency graphs. It should be accessible enough to regular consumers, and I plan to extend it to support to-do lists and curriculum mapping.
I need to work on my JavaScript skills. The back-end structure is easy enough, but organising how the graphs are displayed and such is proving more challenging, as well as trying to make a responsive interface for editing graphs.