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
^^ These two values are more relevant to the old way of viewing the overall tasks. Maybe instead I can tap into practitionerStore.issuesPerPatient and then add the number to numberOfCompletedTasks. It would also be helpful to display this number on the patient. But right now, as things are, each time I check someone off of the list from the mobile version, only one issue is resolved. Irregardless of how many issues are attached to the patient. This could be solved, I just need to see what is being checked off when we review a patient as is.
it looks like the number of issuesPerPatient is derived from each issue on the old task list + 1 more, which comes from the new way to review a patient.
What is the crucial information that we can take from the patients endpoint?
Also look into patient history report. Like on the desktop version. Have a little preview of the 'reports could solve this issue.'
Feedback from Agnes:
Providers have to go into the profile to see the status for today
Would be good to show an at a glance status to the providers on that screen instead of having to go into the calendar
make sure they can see if they patient has submitted info for the day
Today's report is where they want information from
ask agnes to clarify
Maybe put in information of days since last report.
Existing flow:
Patient with no issues:
The text was updated successfully, but these errors were encountered:
johnny2smooth
changed the title
Create way to view the status of todays report on the homepage
Create way to view the status of todays report on the homepage for mobile
Oct 6, 2022
johnny2smooth
changed the title
Create way to view the status of todays report on the homepage for mobile
Create way to view task overview on the homepage for mobile
Oct 7, 2022
johnny2smooth
changed the title
Create way to view task overview on the homepage for mobile
Create way to view today overview on the homepage for mobile
Oct 12, 2022
to do
feature/daily-overview-mobile
Submitted reports visual
Fetch data from patients_all
PractitionerDataProvider
passes this data down through contextconst value = useContext(PractitionerContext)
Refactored Submitted visual component to get data from activePatients (patients_all -> active)
Make sure date being read is intlized
memoize expensive calcs
Other to dos
practitionerStore.numberOfCompletedTasks
practitionerStore.totalTasks
^^ These two values are more relevant to the old way of viewing the overall tasks. Maybe instead I can tap into
practitionerStore.issuesPerPatient
and then add the number tonumberOfCompletedTasks
. It would also be helpful to display this number on the patient. But right now, as things are, each time I check someone off of the list from the mobile version, only one issue is resolved. Irregardless of how many issues are attached to the patient. This could be solved, I just need to see what is being checked off when we review a patient as is.it looks like the number of
issuesPerPatient
is derived from each issue on the old task list + 1 more, which comes from the new way to review a patient.What is the crucial information that we can take from the patients endpoint?
Also look into patient history report. Like on the desktop version. Have a little preview of the 'reports could solve this issue.'
Feedback from Agnes:
Maybe put in information of days since last report.
Existing flow:
Patient with no issues:
The text was updated successfully, but these errors were encountered: