Problem statement
The app needs to must perform critical data capture and display operations even without an active internet connection.
...
Ensure that the dynamic registration/delivery forms are cached locally
Use the cached dynamic forms to get user input and save the data locally.
Once the device is back online, sync the locally saved data to the remote server.
The user-facing form components must be localized. As such, the form-specific localization dictionaries need to must also be cached offline as well.
Critical information (eg like SoS contacts) needs to be persisted locally. For V1, this information can be static.
The system needs to be flexible enough to allow control over storage affinity
Fully online
Online with local cache
Offline first
...