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

0 stars 1 forks source link

Missions: Delete #71

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 all the current missions displayed as cards on the page with 2 cards per row. The user will be able to click the Delete button on a card that will remove the mission from the missions div

On page as logged in user view

Missions Logged-In

Single Mission Delete Button Action

Missions DELETE

AC

WHEN a logged in user visits the missions page they will see all the current missions displayed as cards on the page with 2 cards per row.

Test1

THEN, the user can click the Delete button on any mission card, THEN, the selected mission card will be removed from firebase AND the selected mission will no longer appear in the missions div

Test2

Dev Notes