public
Description: Open source project that has 'Basecamp' functionality
Homepage:
Clone URL: git://github.com/mattpolito/open_basecamp.git
name age message
file .gitignore Tue Dec 30 12:07:27 -0800 2008 updated gitignore [mattpolito]
file README.textile Loading commit data...
file Rakefile Sat Jul 12 20:53:03 -0700 2008 first commit [mattpolito]
directory app/ Sat Jan 03 12:24:33 -0800 2009 fixed incorrect style name [mattpolito]
directory config/
directory db/ Fri Jan 02 04:58:55 -0800 2009 milestone - task list association [mattpolito]
directory doc/ Wed Dec 31 12:20:06 -0800 2008 set up with default user auth [mattpolito]
directory log/ Sat Jan 03 12:22:44 -0800 2009 gitignore for tmp and log [mattpolito]
directory public/ Sat Jan 03 12:23:01 -0800 2009 misc style sheets [mattpolito]
directory script/ Tue Dec 30 12:04:44 -0800 2008 removed all files and created project from scra... [mattpolito]
directory test/ Thu Jan 01 12:49:01 -0800 2009 milestone crud [mattpolito]
directory tmp/ Sat Jan 03 12:22:44 -0800 2009 gitignore for tmp and log [mattpolito]
directory vendor/
README.textile

open_basecamp

This is my attempt/learning experience to create an ‘open-source’ project management system. It will be modeled after 37signals’ Basecamp.

I will be starting with the following features (hopefully in this order):

  1. projects
  2. messages
  3. comments
  4. users
  5. milestones
  6. todo
  7. files

If anyone would like to contribute, please do, and let me know if you have some additions!