terraref / brapi

Breeder's API implementation for TERRA-REF
https://terraref.org/brapi/v1/calls
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Return quality flag with all phenotypes #26

Closed dlebauer closed 3 years ago

dlebauer commented 5 years ago

The traits table has a quality flag.

The values should follow a standard vocabulary ... perhaps ISO 8000 has some clues?

tcnichol commented 5 years ago

I could assign this to myself. I am not sure if we have traits implemented.

dlebauer commented 5 years ago

I think that records in the traits table translate to the 'observations' endpoint ... is that correct?

max-zilla commented 5 years ago

this has been implemented for the /observationunits endpoint - "quality": "checked" for 1, ""unchecked" for 0, -1s are omitted.

In testing phase on dev now.

max-zilla commented 5 years ago

implemented here: https://github.com/terraref/brapi/pull/33