Update todo.

This commit is contained in:
Robbie Gleichman 2016-12-26 00:12:55 -08:00
parent c426ff422a
commit 5754fa6560

14
todo.md
View File

@ -4,7 +4,7 @@
* Consider adding binding variable names to the lambda icon and match icon. Don't display the name if it is only one character.
## Todo Later
* Add documentation.
* Add wiki pages discussing: Why a visual language?, Glance design goals, History of Glance, FAQ's, How to contribute, etc..
### Testing todos
* Fix the arrowheads being too big for SyntaxGraph drawings.
@ -12,18 +12,18 @@
### Visual todos
* Draw bounding boxes for lambdas (use dashed lines)
* Make an icon font/library with labeled ports. E.g. the apply icon would have text labels "function", "result", "arg 0", "arg 1", etc.
* Use different line styles (e.g. dashed, solid, wavy) in addition to colors
* Don't rotate text and nested icons, give them rectangular bounding boxes in GraphViz. (Perhaps use a typeclass for isRotateAble)
* Give lines a black border to make line crossings easier to see.
* Consider improving nested apply icons embedded in case/guard icons.
* Let lines connect to ports other than the original source
* Use different line styles (e.g. dashed, solid, wavy) in addition to colors
* Use diagrams to shrink the drawing until icons start overlapping.
* Make an icon font/library with labeled ports. E.g. the apply icon would have text labels "function", "result", "arg 0", "arg 1", etc.
* Try giving lines a black border to make line crossings easier to see.
### Translate todos
* Fix applyComposeScore in Translate.hs not counting expressions that nest via reference. May need to move compose generation to after translate.