diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-04-04 13:18:45 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-04-04 13:18:45 -0400 |
commit | 3816f43824e719cb74744202ef3585f0c55b3db7 (patch) | |
tree | b0a8abce32afe07fe153c8a1f10c00b69c8c8d7f /TODO.rst | |
parent | 388290fb2809fb024c20dbf7b033dbda0d7b7535 (diff) | |
download | askbot-3816f43824e719cb74744202ef3585f0c55b3db7.tar.gz askbot-3816f43824e719cb74744202ef3585f0c55b3db7.tar.bz2 askbot-3816f43824e719cb74744202ef3585f0c55b3db7.zip |
ROADMAP, TODO, restored posts per page selector
Diffstat (limited to 'TODO.rst')
-rw-r--r-- | TODO.rst | 43 |
1 files changed, 41 insertions, 2 deletions
@@ -7,8 +7,42 @@ Site looks Code Cleanups ============== * remove usage of EXTERNAL_LEGACY_LOGIN -* remove forum_modules and replace them with normal Python imports -* pack dependency apps inside 'forum' directory +* clean up forum_modules: + * keep this directory for dependency modules that can be shared + by multiple apps, + * but move other things that are not shared + inside forum app directory + * one-by one convert "auto-discovery" modules into + regular explicit python imports + +Bugs +====== +* make sure that search feature covers questions and answers + (title, body, tags) + +Refactoring +============= +* merge search, question and index view functions into one + +Skins +======= +* organize templates and document them so that + skins could be more easily created by others + who are savvy enough +* identify and maybe create snippet-type templates + and put them into a separate directory + for example: + * gravatar (currently a string in + forum/templatetags/extra_tags.py - try inclusion template + and see if it slows things down a lot) + * question body + * answer body + * datetime widget??? +* there is a separator line between posts + but it shows either before the post or after + it is nice that separator is lightweight - + based on css alone - but we need to fix it so that + it shows only between the posts as a joining item Features =========== @@ -20,3 +54,8 @@ Features Development environment ========================== * set up environment for closure development + +Project website +==================== +* Logo!!! Ideas? +* Adopt Jekyll for project site and transition from Dango |