opensrp / opensrp-client-eusm

OpenSRP client for EUSM
Other
0 stars 1 forks source link

Add boolean field in obs for Flag Problem to indicate if image is submitted #24

Closed cafootitt closed 3 years ago

cafootitt commented 3 years ago

Required for the mission data export on OpenSRP web. cc @rehammuzzamil

bennsimon commented 3 years ago

@cafootitt For this can we just check the flag_problem reason in Obs if its not_there then there is no image else there is.

cafootitt commented 3 years ago

thanks, Benn, that makes sense to me from my perspective, but what about @rehammuzzamil?

rehammuzzamil commented 3 years ago

Does this mean at a time only one property would be there in obs either not_there or not_good? If it is correct, then this makes sense @bennsimon.

cafootitt commented 3 years ago

@rehammuzzamil only one property would be in the obs, and that would be any of the following:

not_there not_good misuse

If not_good or misuse, the picture is required, otherwise, if answer is not_there, there will never be an image.

rehammuzzamil commented 3 years ago

That makes sense. Thanks, @cafootitt !

bennsimon commented 3 years ago

@cafootitt this can be closed.

cafootitt commented 3 years ago

Great, thanks!