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

0 stars 1 forks source link

Mission Weapons: Read #68

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 see the Weapons that go with a Mission.

AC

WHEN a user is not logged in AND the user clicks the mission link on dashboard THEN a card with mission details will show THEN the user should click the "View" button on that card THEN the user should see all mission components cards THEN the user should click the "View" button on component card THEN the user should be able to see all Mission Weapons cards for the mission(see mock-ups)

Dev Notes

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