opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://smartregister.org
Apache License 2.0
50 stars 39 forks source link

Update FHIR Gateway to Use syncStrategies instead of syncStrategy Application Config Parameter #3153

Open qiarie opened 3 months ago

qiarie commented 3 months ago

Describe the Issue Application Config has syncStrategies attribute that directs FHIR Info Gateway on how the app should sync data. The attribute takes an array of strings. However, only one sync strategy can be applied at the moment.

Multiple sync strategies may be applicable in the future.