public
Description: Created for BarCamp Philly
Homepage: http://barcampphilly.org
Clone URL: git://github.com/carlism/barcamp_schedule.git
name age message
file .gems Sat Oct 17 11:21:17 -0700 2009 fixed the gem httparty version [carlism]
file README Loading commit data...
file Rakefile
directory app/ Sat Nov 14 10:03:42 -0800 2009 Added header breaks after every 4 rows [carlism]
directory config/
directory db/
directory doc/
directory lib/ Fri Nov 14 07:14:58 -0800 2008 start of twitter integration [dkelley]
directory public/ Sat Oct 17 11:14:14 -0700 2009 Added authlogic gem and implemented a simple lo... [carlism]
directory test/
directory vendor/ Sat Oct 17 12:14:26 -0700 2009 added www->home_controller routing [carlism]
README
This is a scheduling app for managing a one-day barcamp or other sort of user-driven/open convention.

This software is provided under the MIT License. See doc/LICENSE.

Features:
* Browser and iPhone interface for viewing the schedule.
* Commenting system for in-presentation discussion or notes.
* Admin interface for quick entry and adjustment of schedule. Now with drag and drop.
* Supports multi-day events
* Some twitter integration available.

TO-DO:
* Improve security around the admin pages
* Add an all-comments page
* migrate the whole thing to jquery
* Add timeblocks for showing "Planning" and or "Lunch" in the schedule
* Make the app self-service: logins create and admin new events
** Add subdomain-fu
** Add Event model to be loaded based on subdomain.
** Add Event config: icon, url, owner, contact info, color pallet
* Add an event idea and voting system that can roll idea into the schedule the day of the event

Twitter integration ideas:
* Add links to display text. Link @user words to twitter.com/user and #tags to search.twitter.com/search?q=tags
* Add #tag suggestions per presentation, ie. #bcp_40
* Investigate background tasks to search twitter for #bcp_nn type tags and post them to the presentation comments