nickstenning / micromvc

A tiny MVC-like framework for building web application front-ends in Javascript.

This URL has Read+Write access

micromvc / TODO
6ec04eb1 » Nick Stenning 2008-04-04 Add example view, README an... 1 # MicroMVC TODO list
2
3 * Refactor model.js to be a little more generic.
4
5 * Write more tests... maybe? Are they needed? More tests are always good!
6
7 * Encapsulate data send to views in a 'data' object, so we can use iterators, etc.
8
9 * Example application.
10
11 * JSSpec -> Mootools?
12
13 * EJS -> Mootools?