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

0 stars 0 forks source link

excursions/crew data #88

Closed ivannio closed 4 years ago

ivannio commented 4 years ago

User Story

As a developer, I need to have access to the join table of excursions crew in order to build out the DOM

AC

WHEN I look at the firebase project THEN I should see an excursionsCrew.json file with the following key value pairs:

  1. id:
  2. excursionId:
  3. crewId: AND When I look at my codebase I should see a excursionsCrewData.js in my helpers directory with a getExcursionCrew function inside.

Dev Notes