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.
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