nss-evening-cohort-10 / nutshell-nautilus-explorer

0 stars 0 forks source link

READ - excursions #77

Closed denzelb5 closed 4 years ago

denzelb5 commented 4 years ago

User Story:

As a user, if I am not logged in, when I open the excursions page I should see cards of all the recent excursions the nautilus has been on.

AC:

WHEN the page loads, AND I am logged out, THEN excursions will appear in card format. I should be able to click on an excursion and read about it.

Dev Notes:

const userSignedIn = firebase.auth().currentUser; if (userSignedIn) { bootstrap card elements with edit and delete buttons included here } else { no edit and delete buttons included }


ivannio commented 4 years ago

support tickets: #80 #82 #87

gregkorte commented 4 years ago

In dev notes: Bullet 1: Data should be pulled from firebase?

phillipsja97 commented 4 years ago

updated the devNote to notate that the info will be pulled from firebase, not the .json file.