[ ] Fields to collect: Name, Email, Twitter, New to Elixir (bool), New to Columbus Elixir (bool)
[ ] The registration screen should reflect the current meetup only.
Should present an empty registration form at beginning of meeting (all prior meetings will retain data in DB)
[ ] As attendees enter their information and click the "Register" button their info is persisted in the DB related to the specific meeting they are attending.
Meeting can have many attendees
Attendees can belong to many meetings
Could store attendees in table with column for meeting ids attended as list if no relationship is established between tables
[ ] Email address of the attendees will most likely be the unique field
We need to have a way to allow meetup attendees to register for the meetup they are attending.
This register should closely mimic the CRB register page(http://register.columbusrb.com/) with additional features: