X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/dac5d18a8c7210d8dde3dca44a976dadaf7787d7..4dee1080af5783162be97b6b702edc1a2629264e:/projects/clockworks.mdwn diff --git a/projects/clockworks.mdwn b/projects/clockworks.mdwn index eae853d..ac35557 100644 --- a/projects/clockworks.mdwn +++ b/projects/clockworks.mdwn @@ -16,10 +16,14 @@ Our Git repository is located in AFS in the clockworks locker: /mit/clockworks/c Doodle clone. 100% duplication of Doodle functionality. Modifications to improve usability as necessary. +### Pitfalls to avoid + What do people not like about Doodle? * Too much clicking + * We can deal with this by collapsing the three-page wizard Doodle has into a single page. Be careful not to sacrifice too much simplicity for such a setup. * No obvious "I can, but would rather not" + * Alleviated also by the above; this might want to be the default poll setup. ### What to do? @@ -30,15 +34,23 @@ What do people not like about Doodle? * Make sure the default scaffolding works on Scripts (this includes running TurboGears as CGI). Any work done here should be considered for a TurboGears auto-installer, the equivalent of tgsetup) (**ezyang**) * Write a .gitignore file for generated/not versionable items * Get friendly URLs working -* Learn TurboGear's templating interface (would like XSLT, but I don't think anyone else will like that) +* Learn Kid (TurboGear's default templating interface) * Setup a zephyrbot that watches the repository +* Learn [Widgets](http://docs.turbogears.org/1.0/Widgets) (we'll be using them for all of the forms in this website) +* Polish up and get SSL authentication working with TurboGears identity ### Architecture -* Python and Turbogears -* Git repository -* Use 15 minute timeslices to simplify interface (?) -* AJAX (?) +* **Language**: Python +* **Framework**: TurboGears +* **SCM**: Git +* **JavaScript**: Mochikit +* **Database**: SQLite for development, ? for production +* **ORM**: SQLAlchemy + +Other ideas: + +* Use 15 minute timeslices to simplify interface ### Principles