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

For the second important name get index 1 #2428

Closed xurxodev closed 5 years ago

xurxodev commented 5 years ago

:pushpin: References

:tophat: What is the goal?

The dashboard seems to display as IMPORTANT the first field of the form marked as important twice instead of taking into account all fields marked as important.

:gear: branches

app: Origin: maintenance/solve_to_show_importants_values Target: v1.4_connect bugshaker-android: Origin: downgrade_gradle_version EyeSeeTea-sdk: Origin: Development

:memo: How is it being implemented?

The problem is that always show index 0 of important values. The problem is solved show the index 0 and index 1 if exists

:boom: How can it be tested?

Use Case 1: Create a new survey and should show two first important values.

:floppy_disk: Requires DB migration?

:art: UI changes?