Created
January 13, 2017 22:02
-
-
Save mikeymaio/ba52e0d8e697ea29e0ba1b0b1071e224 to your computer and use it in GitHub Desktop.
Capstone 2 : Getting Specific With Database / Models / Schemas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BandMom / Roadie | |
Functions for MVP: | |
User login | |
User logout | |
User CRUD { | |
} | |
Event CRUD { | |
create event | |
save event | |
update event | |
delete event | |
} | |
create => { | |
venueName: '', | |
venueAddress: '', | |
startTime: '', | |
soundCheckTime: '', | |
manifest: { | |
cables:{ | |
quarterInch: { | |
description: '', | |
quantity: '', | |
questionId: '' | |
}, | |
XLR: { | |
description: '', | |
quantity: '', | |
questionId: '' | |
}, | |
power: { | |
description: '', | |
quantity: '', | |
questionId: ''} | |
} | |
misc: { | |
questionId: '', | |
items: [{ | |
description: '', | |
quantity: '' | |
}] | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`
Thinkful-Mike-BandMom-Data-Models
Models:
`