You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dewrangle is the next generation Data Tracker, and it needs to synchronize it's data in some way with Data Tracker.
Right now the need is to synchronize one way (Data Tracker -> Dewrangle) but this might change in the future if there are attributes on Dewrangle studies/orgs that we want to display in Data Tracker.
Synchronization should happen on these triggers:
Sync study on create/org study mutations
Upon successful creation of a study in Data Tracker, create the study in Dewrangle and save the dewrangle id on the data tracker Study
Upon successful update of a study in Data Tracker, update the study in Dewrangle
Sync org on create/update org mutations
Upon successful creation of an org in Data Tracker, create the org in Dewrangle and save the dewrangle id on the data tracker Organization
Upon successful update of an org in Data Tracker, update the org in Dewrangle
Sync studies and orgs in daily job
On a daily basis, scan orgs and studies that have a null dewrangle_id and create them in Dewrangle. This will help migrate existing studies and orgs to Dewrangle
The text was updated successfully, but these errors were encountered:
Dewrangle is the next generation Data Tracker, and it needs to synchronize it's data in some way with Data Tracker.
Right now the need is to synchronize one way (Data Tracker -> Dewrangle) but this might change in the future if there are attributes on Dewrangle studies/orgs that we want to display in Data Tracker.
Synchronization should happen on these triggers:
Sync study on create/org study mutations
Sync org on create/update org mutations
Sync studies and orgs in daily job
The text was updated successfully, but these errors were encountered: