[Quest] Update Sync mechanism to Rely on Composition or Sync by Strategy #1642
f-odhiambo
started this conversation in
Ideas
Replies: 1 comment
-
There are further details on this we discussed today, I'm going to convert this to a discussion until this is ready for assignment. Let's call the non-patient data the config data. We also want to split the config data into blocking and non-blocking, non-blocking data for sync we can background. So the process looks something like this with time from top to bottom:
[app is now usable]
[all configs sync, data not synced]
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We may need to update the Sync mechanisms to
Non Patient data to be synced via Composition
Patient Data to be synced via Sync by Strategy
Sync by Strategy defined here #746
Pre-requisite
Beta Was this translation helpful? Give feedback.
All reactions