nss-evening-cohort-10 / nutshell-star-destroyer

0 stars 1 forks source link

Missions: Update #72

Closed rarceneaux closed 4 years ago

rarceneaux commented 4 years ago

User Story

As a logged user, I should be able to edit a mission when I click the Edit button on the selected mission card.

Page View Logged in User

Missions Logged-In

Then a modal will appear with the existing mission info to make the needed changes to the selected mission. Then the user can make their changes.

Missions UPDATE Modal

Mission Title Edited

Screen Shot 2019-11-24 at 1 47 06 PM

AC

GIVEN a user is logged in..... THEN a user can click on the Edit button on a selected mission card that will call the editMission function in mission.js which presents a modal to edit one or more values of the existing selected mission plane. AND Firebase reflects the change of the edited mission object THEN after they have made the necessary changes clicks the save and close button on the modal THEN this updates DOM

Dev Notes