]> sipb.mit.edu Git - wiki.git/blob - projects/clockworks.mdwn
Technical corrections to formatting.
[wiki.git] / projects / clockworks.mdwn
1 [[!meta title="Clockworks"]]
2
3 ## Summary
4 So originally we were thinking, "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!" More recently, we've been considering what we can do to help schedule things around MIT.
5
6 We have a mailing list - if you're interested in helping design the
7 app, just [let one of the developers know](mailto:clockworks@mit.edu)
8 and we'll add you to our mailing list, **clockworks**. Or if you just
9 want to hear more about what we're up to, blanche yourself to the
10 public list **clockworks-announce**.
11
12 ## State & History
13 Clockworks is in alpha phase; the most basic functions of the system are operational. A user can:
14
15 * Make an account via the online registration system
16 * Login to the web interface to enable poll modifications
17 * Create a every simple poll
18 * View poll
19 * Vote in a poll
20
21 The current implementation is in Django. There was an older Clockworks pre-pre-alpha implementation in TurboGears. 
22
23 ## Getting started
24
25 The best way to get started with Clockworks is to get yourself added to the project, grab a copy of the code, get it running on your laptop, and then poke around the source code.
26
27 First, make sure you have Git installed on your system. You can grab it [here](http://git-scm.com/download). Verify that it installed by popping open a terminal and running **git --version**
28
29 Next, grab the source code.  If you have Debathena installed on your machine, you can clone the source using **git clone /mit/clockworks/clockworks.git**.  If not, you can use a dialup to get to the directory; **git clone ssh://username@linerva.mit.edu/mit/clockworks/clockworks.git** works well. If the clone succeeds, you will now have a folder named "clockworks".  **cd clockworks**
30
31 Now, to install the application according to the instructions in the repository.
32
33 Once you're running, here are some paths to take:
34
35 1. Take a break and read some Django documentation to get a feel for the framework
36 2. Browse through the todo list, pick a task that seems interesting, and start working on figuring out how to make it work
37 3. Browse the source, fiddle with some variables, see what changes
38 4. Decide what clockworks should look like, and take off
39
40
41 ## Development info
42
43 Our Git repository is located in AFS in the clockworks locker: /mit/clockworks/clockworks.git
44
45 The repo contains a Django project.
46
47 ## Some Simpler Future Steps:
48
49 * Create a groups mechanic
50 * Enable the sending of polls to groups
51 * Enable poll configurations other than the current default
52 * Enable users to manage their polls centralls
53 * Add a user homepage
54 * Add a homepage
55
56 ## Potential Future Dream Goals
57
58 Doodle killer. Extra features. Pump it up.
59
60 * Better UI
61 * Integration
62   * Basic: integration with ICS calendars, GoogleCalendar, Exchange, and TechTime (for faculty)
63   * Advanced: integration with MIT's course schedules, Facebook
64   * Would store persistent profiles of calendar data for users
65 * Automatically prioritize and schedule events for you
66 * Create mobile phone friendly version
67 * View of a single calendar month should show "ghosts" of days from immediately previous and immediately past months, to fill out all the weeks.
68 * Ability to convert Yes/No polls into Yes/Maybe/No polls (and vice versa)
69 * When setting up a new poll, ability to copy-paste the times for any arbitrary row into any number of other arbitrary rows
70 * "Generic week" function
71   * Indicates that the response is for a weekly meeting, not a specific date.
72
73 ## Developers
74
75 * Paul W. Quimby
76 * Andrew Farrell
77 * Geoffrey Thomas
78 * Paul Baranay
79 * Edward Yang
80 * Paul Weaver
81 * Xavid Pretzer
82 * Christian Ternus
83 * David Benjamin
84 * <a href="mailto:clockworks@mit.edu">You?</a>
85
86