public
Description: A tiny MVC-like framework for building web application front-ends in Javascript.
Homepage:
Clone URL: git://github.com/nickstenning/micromvc.git
micromvc / TODO
100644 13 lines (7 sloc) 0.296 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# MicroMVC TODO list
 
* Refactor model.js to be a little more generic.
 
* Write more tests... maybe? Are they needed? More tests are always good!
 
* Encapsulate data send to views in a 'data' object, so we can use iterators, etc.
 
* Example application.
 
* JSSpec -> Mootools?
 
* EJS -> Mootools?