Skip to content
placer14 edited this page Sep 14, 2010 · 18 revisions

Helpful Links

- If you don’t like IRC for some reason, here is a Google Group we are using for the mailing list functionality.
- If you don’t know how you want to contribute, but would love an opportunity, add yourself to the roster.

Don’t know Python?

- http://learnpythonthehardway.org/index
- http://docs.python.org/tutorial/
- http://www.greenteapress.com/thinkpython/html/index.html

Requirements

To keep things as simple as possible, here’s initial list of requirements for a MVP. Discussions should take place in Issues

Searching Profiles

  1. Searching office hours by skill/tags
  2. Display available office hours as a list of people.
  3. Display available office hours as a list of datetimes.
  4. A way to request office hours

User Sign Ups

  1. Vanilla Django Auth + HN Validation

User Profiles

  1. Profiles should display a users availability
  2. Profiles should display contact information
  3. Users can easily create office hours

Other

  1. Non-HN / Non-Authenticated User Functionality