EyeSeeTea / pictureapp

Mobile application designed to report cases of malaria (to a DHIS2 server)
GNU General Public License v3.0
4 stars 4 forks source link

Set internationalized name of values loading from data layer #2452

Closed xurxodev closed 4 years ago

xurxodev commented 4 years ago

:pushpin: References

:gear: branches

app: Origin: maintenance/bug_review_screen_options_name Target: v1.4_connect bugshaker-android: Origin: downgrade_gradle_version
EyeSeeTea-SDK: Origin: development

:tophat: What is the goal?

Fix a bug where review screen does not show translation name for options but code.

:memo: How is it being implemented?

When a survey and its values are loaded from the data layer, then I have added the internationalized name to values if the value is an option.

:boom: How can it be tested?

UseCase 1: Create a new survey a review screen should show internationalized name for values from options.

Captura de pantalla 2020-03-23 a las 8 38 33

:floppy_disk: Requires DB migration?

:art: UI changes?