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
-- Necessary improvements to make the sync specific to subject type is already made
-- With change of address level we are doing full reset, since its complex to handle and not a frequent scenario
-- Reference data need not be deleted when doing reset sync
Do not delete the non scoped entities when doing full reset sync
--- there are around 51 non-scope entity and with concept also being non-scoped(with some orgs with 5000 concepts), - this can save around 3 min for the user
When few addresses are removed/added to a catchment, do a selective sync instead of full reset sync
Better user messages:
----- In getSyncDetails show FetchingChangedResource
----- When doing getResetSyncData show 'Checking if your settings are updated'
----- When doing ResetSync() show 'Resetting data since your settings are updated'
----- For all the above 3, add the necessary platform translations
The text was updated successfully, but these errors were encountered:
Current scenario:
-- Necessary improvements to make the sync specific to subject type is already made
-- With change of address level we are doing full reset, since its complex to handle and not a frequent scenario
-- Reference data need not be deleted when doing reset sync
Improvements that can be made:
--- there are around 51 non-scope entity and with concept also being non-scoped(with some orgs with 5000 concepts), - this can save around 3 min for the user
----- In getSyncDetails show FetchingChangedResource
----- When doing getResetSyncData show 'Checking if your settings are updated'
----- When doing ResetSync() show 'Resetting data since your settings are updated'
----- For all the above 3, add the necessary platform translations
The text was updated successfully, but these errors were encountered: