]> sipb.mit.edu Git - wiki.git/blobdiff - projects/clockworks.mdwn
More modifications: separate out questions section and add SSL auth
[wiki.git] / projects / clockworks.mdwn
index 26cab6b7d0f072bf391076a47a6414df48112c83..ac35557e3007101794db9e006b41afb44209a7d7 100644 (file)
@@ -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?
 
@@ -33,13 +37,20 @@ What do people not like about Doodle?
 * Learn Kid (TurboGear's default templating interface)
 * <del>Setup a zephyrbot that watches the repository</del>
 * 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