Commit 433c178aefef21ce20be28faa5241bb406896a6c
- Date: Tue Apr 08 20:23:36 +0000 2008
- Committer: Andy Chambers (Andy Chambers achambers.home@gmail.com)
- Author: Andy Chambers (Andy Chambers achambers.home@gmail.com)
- Commit SHA1: 433c178aefef21ce20be28faa5241bb406896a6c
- Tree SHA1: 3141416cb2b811b939f74339c00c0d31318af5f0
added TODO list to source control
- TODO 24 ++++++++++++++++++++++++
Commit diff
| |   |
| 1 | |
| 2 | * enable test framework |
| 3 | Enable Kenny's test harness to work alongside hunchentoot |
| 4 | |
| 5 | |
| 6 | * filter updates for input elements |
| 7 | The browser already knows about changes to things like textboxes and |
| 8 | radio buttons etc so we don't need to send these updates back to |
| 9 | the client. Kenny posted some ideas at |
| 10 | |
| 11 | http://common-lisp.net/pipermail/cells-devel/2008-April/000860.html |
| 12 | |
| 13 | Try and get these working |
| 14 | |
| 15 | |
| 16 | |
| 17 | * add checkbox macro |
| 18 | Again Kenny has put some ideas out on the mailing list |
| 19 | |
| 20 | http://common-lisp.net/pipermail/cells-devel/2008-April/000862.html |
| 21 | |
| 22 | |
| 23 | * add radiolist macro |
| 24 | Should follow a similar pattern to the checkbox macro |
| toggle raw diff |
--- /dev/null
+++ b/TODO
@@ -0,0 +1,24 @@
+
+* enable test framework
+ Enable Kenny's test harness to work alongside hunchentoot
+
+
+* filter updates for input elements
+ The browser already knows about changes to things like textboxes and
+ radio buttons etc so we don't need to send these updates back to
+ the client. Kenny posted some ideas at
+
+ http://common-lisp.net/pipermail/cells-devel/2008-April/000860.html
+
+ Try and get these working
+
+
+
+* add checkbox macro
+ Again Kenny has put some ideas out on the mailing list
+
+ http://common-lisp.net/pipermail/cells-devel/2008-April/000862.html
+
+
+* add radiolist macro
+ Should follow a similar pattern to the checkbox macro |