mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-28 13:58:19 +02:00
todo updates
This commit is contained in:
parent
9f75233daa
commit
04cb00e86a
1 changed files with 13 additions and 1 deletions
14
todo.txt
14
todo.txt
|
@ -3,7 +3,7 @@ Big things:
|
|||
|
||||
Big Graphic things:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- better dialog
|
||||
- better dialog support (above / below the fold)
|
||||
|
||||
Big things:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -14,14 +14,22 @@ Medium things:
|
|||
|
||||
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 -
|
||||
|
@ -30,3 +38,7 @@ 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue