WildAid / o-fish-web

Web application for the Officer's Fishery Information Sharing Hub (O-FISH). The web app allows agencies to gain insights from the aggregated information gathered during a routine vessel inspection (submitted via the web app).
Apache License 2.0
31 stars 41 forks source link

Agency form data has Fishery and Catch switched #144

Closed Sheeri closed 4 years ago

Sheeri commented 4 years ago

In Agency form data, e.g. https://wildaid-o-fish-sskep.mongodbstitch.com/#/agencies/view_agency/5f0ebfa47779bed1ffbb754d

Fishery is retrieving data from the "species" field and Catch is retrieving from the "fisheries" field. It should be the other way around - Fishery gets from "fisheries" and Catch gets from "species":

screen shot of app with fishery: Screen Shot 2020-08-11 at 1 38 25 PM

screen shot of app with catch: Screen Shot 2020-08-11 at 1 38 56 PM

screen shot of data: Screen Shot 2020-08-11 at 1 39 13 PM

Sheeri commented 4 years ago

This was completed.