pcottle.learnGitBranching/todo.txt
2012-11-04 16:42:48 -08:00

44 lines
1 KiB
Text

Big things:
~~~~~~~~~~~~~~~~~~~~~~~~
Big Graphic things:
~~~~~~~~~~~~~~~~~~~~~~~~~
- better dialog support (above / below the fold)
Big things:
~~~~~~~~~~~~~~~~~~~~~~~~
Medium things:
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- gitEngine loads from tree immediately, not the weird thing we have now!
Small things to implement:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- get rid of global paper references
Minor Bugs to fix:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Big Bugs to fix:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- load and save no longer work...
Pre-publish things:
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- cross browser support
- minify JS
- fix terminal input when extra long
extra command ideas:
git checkout -
git branch --contains
git log branchA ^branchB
git status -sb
git commit --amend -C HEAD
2013 Things
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tree layout with the layout engine provided in d3.js, that white-paper algorithm. Only tricky thing is that merge commits mess up the "tree" aspect and it doesn't directly support weighting, but I can probably throw that in.