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
env: prerelease, user_id: nupoork@apfodisha or utkarsh@lahi
after login sync, sync again
server call are made as mentioned above.
now sync again
similar server calls to groupPrivileges, programEncounters, enrolment, etc will be made which is unnecessary.
Acceptance criteria:
Already synced data to mobile app, should not be got again from server for all entities.
Analysis details:
The above is because for some calls sync was retrieving data equal to lastModifiedDateTime as well.
Impact:
Considering everyday around 1900 syncs are made, 15 unwanted calls per sync translates to around 30k unwanted calls/day reducing load on server and like 2s sync time save.
The text was updated successfully, but these errors were encountered:
mahalakshme
changed the title
Update EntitySyncStatus loadedSince with synctime instead of lastModifiedDateTime
Repeated sync GETS even when no change in the server
Oct 4, 2023
Steps to reproduce:
Acceptance criteria:
Analysis details:
The above is because for some calls sync was retrieving data equal to lastModifiedDateTime as well.
Impact:
Considering everyday around 1900 syncs are made, 15 unwanted calls per sync translates to around 30k unwanted calls/day reducing load on server and like 2s sync time save.
The text was updated successfully, but these errors were encountered: