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

0 stars 0 forks source link

Species/Environment - Join Table Data #80

Closed denzelb5 closed 4 years ago

denzelb5 commented 4 years ago

User Story:

N/A

AC:

Combine species and environment into one table.

Dev Notes:

gregkorte commented 4 years ago

In getEnvironmentWithSpecies: Are you getting just one environment or all environments? If just one, you'll want to pass the enviromentId in, otherwise you'll need a loop to iterate through each environment to get the species. In getDestinationWithEnvAndSpecies: Same question. Are you getting just one or all?