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

0 stars 1 forks source link

Mission Weapons: Create #91

Open John-Ryan-Johnson opened 4 years ago

John-Ryan-Johnson commented 4 years ago

User Story

As a user, I should be able to add Weapons to the Mission.

AC

GIVEN the user is logged in and visits the dashboard page WHEN the user clicks the "Add" button on the big mission weapons card THEN there will be a modal to create new mission weapon

WHEN the "save" button is clicked in modal THEN the new mission weapon will be found in mission weapons collection in firebase AND the dom will be updated from firebase

Dev Notes