]> sipb.mit.edu Git - wiki.git/blob - projects/clockworks.mdwn
not strictly correct; I'm just working on making it work on scripts
[wiki.git] / projects / clockworks.mdwn
1 [[!meta title="Clockworks"]]
2
3 Hey guys, I heard there was this app called [Doodle](http://www.doodle.com/main.html). It's closed source. Let's make an open-source Doodle killer and call it Clockworks!
4
5 We have a mailing list - if you're interested in helping design the app, or if you just want to hear more about what we're up to,  just blanche yourself onto **clockworks**.
6
7 ## Development info
8
9 Our Git repository is located in AFS in the clockworks locker: /mit/clockworks/clockworks.git
10
11 ## Phase 1
12
13 Doodle clone. 100% duplication of Doodle functionality. Modifications to improve usability as necessary.
14
15 What do people not like about Doodle?
16
17 * Too much clicking
18 * No obvious "I can, but would rather not"
19
20 ### What to do?
21
22 * Configure the default TurboGears scaffolding
23 * Work through the [TurboGears tutorial](http://docs.turbogears.org/1.0/Wiki20/Page1) (the tutorial seems to focus on SQLObject, which is not necessarily the best thing. Maybe someone can find some better docs?)
24 * Setup database configuration and installer (an auxiliary issue is the presence of an installer for people). Also, make sure SQLAlchemy is being used
25 * Learn SQLAlchemy
26 * 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**)
27 * Write a .gitignore file for generated/not versionable items
28 * Get friendly URLs working
29 * Learn TurboGear's templating interface (would like XSLT, but I don't think anyone else will like that)
30 * Setup a zephyrbot that watches the repository (**pbaranay**)
31
32 ### Architecture
33
34 * Python and Turbogears
35 * Git repository
36 * Use 15 minute timeslices to simplify interface (?)
37
38 ### Principles
39
40 * Simplicity
41 * Extendibility
42 * Open Source
43
44 ### Schema
45
46 To be transferred from the whiteboard
47
48 ### Page Inventory
49
50 List of "screens" in Doodle
51
52 * Home page
53 * Help pages (screencasts, interactive JavaScript, etc.)
54 * Schedule event (should be one-page-able)
55   * General info (title, description, name, email)
56   * Days (calendar, should be AJAX)
57   * Times (timezone (JS fill-in), add more timeslots, copypaste first row)
58   * Options (yes-no-ifneedbe, hidden poll, limit OKs)
59   * Poll created (admin, participant links)
60 * View poll (timezone, name, times, information, functions)
61   * Edit entry (completely wiki!)
62   * Delete entry
63   * Add a comment
64   * Calendar export (both ways)
65   * File export (excel, pdf)
66   * Subscribe (atom, and then social feed services)
67   * Embed poll (iframe)
68 * Admin poll (participation link)
69   * Edit poll (all original options)
70   * History
71   * Delete all participants/comments
72   * Delete poll
73
74 ## Phase 2
75
76 Doodle killer. Extra features. Pump it up.
77
78 * Integration
79   * Basic: integration with ICS calendars, GoogleCalendar, Exchange, and TechTime (for faculty)
80   * Advanced: integration with MIT's course schedules, Facebook
81   * Would store persistent profiles of calendar data for users
82 * Automatically prioritize and schedule events for you
83 * Create mobile phone friendly version
84
85 ## Developers
86
87 * Geoffrey Thomas
88 * Paul Baranay
89 * Edward Yang
90 * Paul Weaver
91 * <a href="mailto:clockworks@mit.edu">You?</a>