From fbf243d6fa228c967f915d66928a5907615e2201 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 30 Aug 2011 01:12:29 +0400 Subject: [PATCH] more todo --- todo.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index 80946ca..b50cb50 100644 --- a/todo.txt +++ b/todo.txt @@ -25,14 +25,21 @@ - db * DAO * schema + * write a guide on creating own schema definitions * AR - * document-based - * key-value-based + * saving related records + * collection support for results + * document-based (should allow storage-specific methods additionally to generic ones) + * mongodb + * key-value-based (should allow storage-specific methods additionally to generic ones) + * redis + * memcachedb - i18n * consider using PHP built-in support and data * message translations, choice format * formatting: number and date * parsing?? + * make dates/date patterns uniform application-wide including JUI, formats etc. - helpers * array * image @@ -42,3 +49,10 @@ * get/setFlash() should be moved to session component * support optional parameter in URL patterns - gii + * move generation API out of gii, provide yiic commands to use it. Use same templates for gii/yiic. + * i18n variant of templates +- markup and HTML helpers + * use HTML5 instead of XHTML +- assets + * ability to manage scripts order (store these in a vector?) + * http://ryanbigg.com/guides/asset_pipeline.html, use content hash instead of mtime + directory hash.