From d0d7498263d7ed74888885c66bfbfabfb9571b19 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 23 Jan 2013 14:50:44 -0500 Subject: [PATCH] todo updates. --- todo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 7e5f256..7517b07 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,6 @@ - db * pgsql, sql server, oracle, db2 drivers - * write a guide on creating own schema definitions + * unit tests on different DB drivers * document-based (should allow storage-specific methods additionally to generic ones) * mongodb (put it under framework/db/mongodb) * key-value-based (should allow storage-specific methods additionally to generic ones) @@ -8,8 +8,10 @@ - logging * WebTarget (TBD after web is in place): should consider using javascript and make it into a toolbar * ProfileTarget (TBD after web is in place): should consider using javascript and make it into a toolbar + * unit tests - caching * a console command to clear cached data + * unit tests - validators * FileValidator: depends on CUploadedFile * CaptchaValidator: depends on CaptchaAction