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

0 stars 0 forks source link

UPDATE - excursions #93

Open denzelb5 opened 4 years ago

denzelb5 commented 4 years ago

User Story:

As a user, I should be able to edit an excursion from the excursions dashboard.

AC:

WHEN I am logged in, THEN an edit button should appear on each excursion. WHEN I click the edit button, THEN a modal should appear that has fields for name, date, and destination. AND there will also be crew members listed with checkboxes. THEN I should be able to click the checkboxes to choose my crew.

Dev Notes:

gregkorte commented 4 years ago

In dev notes: Bullet 3, sub-bullet 1, sub-bullet 1: getExcursionCrewById should read getCrewByExcursionId, and it get the excursionId passed in.

phillipsja97 commented 4 years ago

updated the ticket to show getCrewByExcursionId(excursionId) in bullet 3, sub-bullet 1, sub-bullet 1.