nss-evening-cohort-10 / nutshell-nautilus-explorer

0 stars 0 forks source link

CREATE - excursions #92

Open phillipsja97 opened 4 years ago

phillipsja97 commented 4 years ago

User Story

As a user, I should be able to add a new excursion. When I add a new excursion I will be selecting which crew members to take along, and selecting a destination.

AC

WHEN the user clicks on add new excursion button THEN a modal will pop up with crew members and destinations THEN the user will select crew members and a destination THEN the user will click submit AND the new excursion will be sent to firebase and will display on the DOM.

DevNotes