EyeSeeTea / malariapp

Android app to help with health center assessments (development repository)
GNU General Public License v3.0
6 stars 3 forks source link

Create new server in db if logged server does not exist #2452

Closed xurxodev closed 3 years ago

xurxodev commented 3 years ago

:pushpin: References

:gear: branches

app: Origin: maintenance/fix_bug_in_pull_if_insert_server_manually Target: v1.6_hnqis bugshaker-android: Origin: downgrade_gradle_version
EyeSeeTea-SDK: Origin: development SDK: Origin: feature-2.30_upgrade_gradle

:tophat: What is the goal?

When the user inserts the server manually, this server is not created in the server table. This provokes an error during the login/pull .

:memo: How is it being implemented?

:boom: How can it be tested?

use case 1: Realize login against a server that it's not in the list, after login the server should be created in the database and mark as connected.

:floppy_disk: Requires DB migration?

:art: UI changes?