mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-05 02:27:07 +02:00
have locals torage woring
This commit is contained in:
parent
0735eb3d64
commit
465b25368e
7 changed files with 113 additions and 39 deletions
11
todo.txt
11
todo.txt
|
@ -1,20 +1,15 @@
|
|||
Big Things
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
[ ] local storage for solved map
|
||||
[ ] hookup for when solving happens
|
||||
[ ] level builder? :OOO
|
||||
* basically just an extension of level (or sandbox), that has commands like
|
||||
```save tree beginning``` or ```save tree goal``` and then a final
|
||||
dialog typing area thingy
|
||||
|
||||
|
||||
Medium things:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Cases to handle / things to edit
|
||||
=======================
|
||||
[ ] what if they just type "levels" ?
|
||||
[ ] show level dropdown
|
||||
|
||||
Small things to implement:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -29,12 +24,16 @@ Big Bugs to fix:
|
|||
/*************************************
|
||||
** Publish Things **
|
||||
************************************/
|
||||
- cross browser support... firefox only.
|
||||
- cross browser support... firefox only LULZ. should be just css right?
|
||||
- fix terminal input field in general
|
||||
- maybe have keyboard navigation for level selection?
|
||||
|
||||
Done things:
|
||||
(I only started this on Dec 17th 2012 to get a better sense of what was done)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
[x] local storage for solved map
|
||||
[x] what if they just type "levels" ?
|
||||
[x] hookup for when solving happens
|
||||
[x] levels dropdown selection?
|
||||
[x] git demonstration view -- shouldnt be too bad. LOL WHAT A FUCKING JOKE like 4 hours
|
||||
[x] gotoSandbox command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue