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

0 stars 0 forks source link

species data for excursions #90

Closed ivannio closed 4 years ago

ivannio commented 4 years ago

User Story

As a developer, I want to have a way to grab all of the species that live in an environment by passing in that environment id to the function

AC

WHEN I open the species.js file THEN I should see a function defined called getAllSpeciesNamesByEnvironmentId that takes in an environment Id. AND When it is called and is passed in an environment Id THEN it should return an array of names of species that live in that environment.

Dev Notes