SandersForPresident / BusRSVP

Reserve a seat on a bus to go to a Bernie Sanders event
Other
7 stars 4 forks source link

Get DB Schema Setup #1

Open maclover7 opened 9 years ago

maclover7 commented 9 years ago

Need to plan out how to store data in the DB. Must be done before anything else

eric-johnson commented 9 years ago

Any new thoughts on this?

Is this an agreeable first step? As you said, it's hard to do anything else without this.

maclover7 commented 9 years ago

Thanks for this! I think we're going to need a join/intermediary table between trips and passengers. (In case a user wants to on more than one trip) How does this look:

eric-johnson commented 9 years ago

We're also going to have organizers/hosts. That would probably be just a host attribute on each trip.

maclover7 commented 9 years ago

updated schema comment above

jasnow commented 8 years ago

@maclover7 - Is this issue done?