You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should be able to search for species by different attributes that exist in the species table in the database.
This task should provide a basic advance search interface for species. Right now, the app only uses species_id that exists on stations_species.
As the first step, create an interface that searches by matched_name and current_name. We can replace/update the attributes later with the ones we actually should use.
Users should be able to search for species by different attributes that exist in the
species
table in the database.This task should provide a basic advance search interface for species. Right now, the app only uses species_id that exists on
stations_species
.As the first step, create an interface that searches by
matched_name
andcurrent_name
. We can replace/update the attributes later with the ones we actually should use.Dependency: Oceans-1876/challenger-api#50
The text was updated successfully, but these errors were encountered: