]> sipb.mit.edu Git - wiki.git/blob - projects/clockworks.mdwn
move local.css into style.css
[wiki.git] / projects / clockworks.mdwn
1 [[!meta title="Doodle Killer"]]
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 ## Phase 1
8
9 Doodle clone. 100% duplication of Doodle functionality. Modifications to improve usability as necessary.
10
11 What do people not like about Doodle?
12
13 * Too much clicking
14 * No obvious "I can, but would rather not"
15
16 ### Architecture
17
18 * Python and Turbogears
19 * Git repository
20 * Use 15 minute timeslices to simplify interface (?)
21
22 ### Principles
23
24 * Simplicity
25 * Extendibility
26 * Open Source
27
28 ### Schema
29
30 To be transferred from the whiteboard
31
32 ### Page Inventory
33
34 List of "screens" in Doodle
35
36 * Home page
37 * Help pages (screencasts, interactive JavaScript, etc.)
38 * Schedule event (should be one-page-able)
39   * General info (title, description, name, email)
40   * Days (calendar, should be AJAX)
41   * Times (timezone (JS fill-in), add more timeslots, copypaste first row)
42   * Options (yes-no-ifneedbe, hidden poll, limit OKs)
43   * Poll created (admin, participant links)
44 * View poll (timezone, name, times, information, functions)
45   * Edit entry (completely wiki!)
46   * Delete entry
47   * Add a comment
48   * Calendar export (both ways)
49   * File export (excel, pdf)
50   * Subscribe (atom, and then social feed services)
51   * Embed poll (iframe)
52 * Admin poll (participation link)
53   * Edit poll (all original options)
54   * History
55   * Delete all participants/comments
56   * Delete poll
57
58 ## Phase 2
59
60 Doodle killer. Extra features. Pump it up.
61
62 * Integration
63   * Basic: integration with ICS calendars, GoogleCalenar, Exchange, and TechTime (for faculty)
64   * Advanced: integration with MIT's course schedules, Facebook
65   * Would store persistent profiles of calendar data for users
66 * Automatically prioritize and schedule events for you
67 * Create mobile phone friendly version
68
69 ## Developers
70
71 * Geoffrey Thomas
72 * Paul Baranay
73 * Edward Yang
74 * Paul Weaver
75 * <a href="mailto:clockworks@mit.edu">You?</a>