mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 02:27:07 +02:00
40 lines
1 KiB
Text
40 lines
1 KiB
Text
Big things:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
|
[ ] promise-based levels
|
|
|
|
Big Graphic things:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
[ ] better dialog support (above / below the fold)
|
|
[ ] promise-based dialogs
|
|
|
|
Medium things:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
[ ] level finish animation
|
|
|
|
Small things to implement:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Minor Bugs to fix:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Big Bugs to fix:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
/*************************************
|
|
** Publish Things **
|
|
************************************/
|
|
- cross browser support... ?
|
|
- fix terminal input when extra long
|
|
|
|
Done things:
|
|
(I only started this on Dec 17th 2012 to get a better sense of what was done)
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
[x] aliases replace when put into commands
|
|
[x] headless Git for testing (send it commands and expected trees)
|
|
[x] few tests
|
|
[x] Great git test coverage
|
|
[x] gitEngine loads from tree immediately, not the weird thing we have now!
|
|
[x] nice opacity fade in
|
|
[x] clean up require
|
|
[x] promise based callback for interactive rebase WITH FAIL awesome
|
|
|