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

0 stars 1 forks source link

Weapons: Read #27

Closed jthielman closed 4 years ago

jthielman commented 4 years ago

User Story As a user, I should be able to view all the weapons.

AC

WHEN the user visits the Weapons page THEN I should be able to view all of the weapons AND there will be 3 in a row, and they will follow the mockups

Dev Notes

const user = firebase.auth().currentUser; if (user != null) { // do stuff }

ConnorSullivan10 commented 4 years ago

Only pictures are reading from database, and styling looks whack. Create CRUD buttons, and make sure they only display when the user is logged in. Write some instructions at the top of the page, indicating that the user should click the picture of each weapon for more details.