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

0 stars 1 forks source link

Read Mission Personnel #97

Open rtate2 opened 4 years ago

rtate2 commented 4 years ago

User Story

As a user, I should be able to see the personnel that belong to a Mission.

Acceptance Criteria

WHEN the user visits the Mission page THEN selects the appropriate mission AND the user clicks View Details for Personnel AND a card with Personnel details will show AND the user will see all of the mission personnel for the particular mission

Dev Notes

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

gregkorte commented 4 years ago

In dev notes: Remember, you are getting mission personnel data by mission id.