Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Android studio, ubuntu
Description
The objective is to extend the offline-first approach in the Application by replacing the currently implemented REST API Interaction with the Couchbase-only interaction.
With Couchbase implementation, field officers will be able to update data with the mobile application even when there is no network connectivity and the data will be stored in the mobile database(Couchbase-lite database), which will then be synced with the couchbase-server as soon as the network connection is available, using sync-gateway, that has been implemented in the PR.