Implement class initialization changes from Ruby Lunch 8/24
Add profiles to Accounts for work location
Add email notification of event
Determine accurate drive time to event
Call to Leave functionality with Asterisk
Add design elements now that it has a home
Overlay restaurants on Google Map
Implement acts_as_taggable (either plugin or Gem) for restaurants (and maybe groups)
Allow selection of groups
Allow creation of groups
Allow creation of events
Allow advanced admin for locations
Implement Domain Specific Language for Integration Testing
Allow for selection of restaurant based on centroid algorithm or other method
Allow * Local to select restaurants
Fix no location/no attendee centering
September 6
Added basic Admin for Locations table for administrators
Escape apostrophe in Location.name for javascript(\', ruby's weirdest construct: \\\\\', instead of s/'/\\'/ from Perl)
August 30
Added Locations table
August 19
Upgraded to Migrations to allow for ease of upgrading database
Upgraded Google Maps for user location to implement new draggable for GMarker
Added Groups for events
Linked to luncherator.us
August 12
Implemented custom Rails plugin for Google Maps
Added Google Maps for user location and allow Ajax call to save (with some help from Prototype)
Added Google Maps for restaurant location
Added Google Maps Centroid