mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 09:35:45 +02:00
35 lines
961 B
Text
35 lines
961 B
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:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Minor Bugs to fix:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Big Bugs to fix:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
/*************************************
|
|
** Publish Things **
|
|
************************************/
|
|
- cross browser support
|
|
- minify JS
|
|
- fix terminal input when extra long
|
|
|
|
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.
|
|
Would require mixing both algorthims and probably some real time dedication
|
|
|