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

0 stars 1 forks source link

Weapons: Create #28

Closed jthielman closed 4 years ago

jthielman commented 4 years ago

User Story As a user I should be able to add weapons as needed.

AC

GIVEN the user is logged in and visits the Weapons page WHEN they click the "Add " button THEN there will be a modal to create a new weapon

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

Dev Notes

Styling

The card styling will be the same within a bootstrap card

ConnorSullivan10 commented 4 years ago

CREATE works, but the "Add Weapon" button should only display when logged in.