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

Maintenance change soft login timeout #2413

Closed xurxodev closed 5 years ago

xurxodev commented 5 years ago

:pushpin: References

:tophat: What is the goal?

:gear: branches

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

:memo: How is it being implemented?

:boom: How can it be tested?

1 - Change build variant to ereferralsStaging and execute all unit and instrumentation tests. 2 - Change build variant to ereferralsDebug and remove the app in the device 3 - execute app and verify manually the next use cases:

Change current remoteTimeoutSoftLogin from 5000 milliseconds to lower (getSoftLoginUseCase method in AuthenticationFactoryStrategy).

Use Case 1: start the app realize full login and provoke one action to soft login to appear, for example, close the app and start again. The soft login should work verifying against local.

:floppy_disk: Requires DB migration?

:art: UI changes?