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
Describe the feature request.
When conducting a sync on EUSM app, after selecting locations, on the map view the sync bar shows for a few seconds but then disappears. The usr is thus not able to know whether the sync is still in progress. One can simply think that the app is frozen and not doing anything.
The ask: Have a UI that let's the user know that the initial sync still progressing and they should give it some time.
Screenrecorder-2024-10-07-17-30-30-591.mp4
Additional context
The map view is the default view on the EUSM app.
On the register view, there is a progress bar when the sync is in progress.
Acceptance criteria
There is a UI on the map view that lets the user know that sync is in progress. This should be intuitive.
User on the map view is notified when all the service points have been downloaded. i.e. sync is completed.
Area path
A list of ordered steps in the app on usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.
Login to the app with a username and password.
Select the locations as directed by the app.
Tap on Sync at the bottom of the selection panel.
Observe.
Implementation plan (For Engineers)
The plan for implementing the solution e.g. via a description or a check list for the various ordered tasks that will need to be completed. i.e. Describe how you intend to solve the problem
The text was updated successfully, but these errors were encountered:
@AnnieMungai we had a chat with part of the Product team today. We have a go-ahead to add the spinner. @HenryRae@ellykits should we use the same spinner we have on the registers? i.e. the white background with a spinner in the centre
This happens because the custom resource (LocationHierarchy) sync does not use the SDK's Sync worker that transmits SyncJobStatuses. See the discussion I started in the SDK repo @dubdabasodubagoogle/android-fhir#2625.
Describe the feature request.
When conducting a sync on EUSM app, after selecting locations, on the map view the sync bar shows for a few seconds but then disappears. The usr is thus not able to know whether the sync is still in progress. One can simply think that the app is frozen and not doing anything.
The ask: Have a UI that let's the user know that the initial sync still progressing and they should give it some time.
Screenrecorder-2024-10-07-17-30-30-591.mp4
Additional context
Acceptance criteria
Area path
A list of ordered steps in the app on usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.
Implementation plan (For Engineers)
The plan for implementing the solution e.g. via a description or a check list for the various ordered tasks that will need to be completed.
i.e. Describe how you intend to solve the problem
The text was updated successfully, but these errors were encountered: