Sync and offline support #419
Replies: 14 comments
-
From @fredhersch
The later makes sense to me because the server is what knows about permissions, and I believe that's what we're doing now. @Andati @rkodev can you describe if this aligns w/what we're doing now? CC @mberg |
Beta Was this translation helpful? Give feedback.
-
We need to coordinate with Google on this to flesh it out and figure out a strategy on sync. From this week's call, it seems like they would need our input. |
Beta Was this translation helpful? Give feedback.
-
Related to #42 |
Beta Was this translation helpful? Give feedback.
-
Upload of new FHIR records and local modifications to the server
Download of FHIR records periodically
Next steps
|
Beta Was this translation helpful? Give feedback.
-
We can send a batch request by grouping by On the event downloads not exactly sure why the order will matter since the SDK seems not to care about the downloads, my understanding from the codebase looks like all data is saved regardless of the relationship and as long as sync is complete there will be Eventual Consistency. On Sync : General comment: |
Beta Was this translation helpful? Give feedback.
-
@rkodev I have updated the strategy based on your recommendations |
Beta Was this translation helpful? Give feedback.
-
@rkodev what do you mean by:
How does the client perform access control on OpenSRP? |
Beta Was this translation helpful? Give feedback.
-
@vincent-karuri the older implementations of OpenSRP would return data without performing an authorization check to check whether the user requesting the data has access to the data. |
Beta Was this translation helpful? Give feedback.
-
Currently blocked by location mapping tasks |
Beta Was this translation helpful? Give feedback.
-
what's remaining here? |
Beta Was this translation helpful? Give feedback.
-
Update
We probably want to change this issue into a discussion |
Beta Was this translation helpful? Give feedback.
-
Great to see the progress here. Couple of questions:
|
Beta Was this translation helpful? Give feedback.
-
I have updated my comment and updated the details also |
Beta Was this translation helpful? Give feedback.
-
@fredhersch @ekigamba Yes. This is what we want to achieve with the Single APK approach. Lastly, converting this to a discussion point |
Beta Was this translation helpful? Give feedback.
-
Save questionnaire resource to SQLite DB and ensure it syncs to FHIR server
For ANC App
Beta Was this translation helpful? Give feedback.
All reactions