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

0 stars 1 forks source link

Missions: Create #66

Closed rarceneaux closed 4 years ago

rarceneaux commented 4 years ago

User Story

Once a user logs in they will see the Missions Page with an Add Mission on the top of page and the missions displayed as cards, 2 per row.

Missions All

AC

WHEN a logged in user visits the missions page they will see an Add Mission button on top of the page. THEN, the user can click the Add Mission button, THEN, a modal will display to the allModals div

Create Mission

AND the user will type in the new mission values into the modal form, THEN once the user has entered the information can click on the Save button, AND this event will add a new mission to firebase, AND the page will reflect the newly added mission via the mission card printed to the missions div

Dev Notes