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
Add a progress circles to represent speed (speedometer icon) and accuracy (checkmark icon). The progress bar can turn green if the patient has achieved at least 75%.
This should show only dummy data for now, since we do not have the functionality to calculate accuracy and speed implemented yet
After clicking "Save Set", once the ajax call has returned successfully, we should show a popup having both the progress circles. Clicking OK on the popup should redirect them in the same way as it happens right now (if there are more sets to do, it should take you to start a new set, if all sets are complete, it should show you a screen saying Congrats, all your sets have been completed)
Add a progress circles to represent speed (speedometer icon) and accuracy (checkmark icon). The progress bar can turn green if the patient has achieved at least 75%.
This should show only dummy data for now, since we do not have the functionality to calculate accuracy and speed implemented yet
After clicking "Save Set", once the ajax call has returned successfully, we should show a popup having both the progress circles. Clicking OK on the popup should redirect them in the same way as it happens right now (if there are more sets to do, it should take you to start a new set, if all sets are complete, it should show you a screen saying Congrats, all your sets have been completed)
Some inspiration can be taken from http://jsfiddle.net/6xV78/3501/
The text was updated successfully, but these errors were encountered: