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
After the patient takes an assessment, we will have to show the patient a list of doctors with whom they can consult. Currently a rough UI for this is there. Improve that UI and connect it to supabase. For this to work, you'll need to add some dummy therapists data. On the therapist app side, add the ability for the therapist/doctor to specify their working timings (probably maybe during their personal details flow). The patient will be able to submit consultation request of 30 mins within that working timings. The therapist should receive the consultation request. The UI is done for this on the therapist side and needs to be connected. This issue requires changes to both apps to complete this flow.
The text was updated successfully, but these errors were encountered:
Hey @mdmohsin7 started working on this!
Just a quick thought—would it make more sense to keep time slot selection limited to appointment scheduling, rather than during the consultation request?
Since consultation requests are primarily meant to map a patient to a therapist for ongoing support, the actual session timings can be managed more flexibly afterward. Time slots seem more relevant once the therapist is assigned and both parties are ready to schedule a one-on-on
Hi @khanjasir90, we need the ability to select time slot for consultation request as well because some doctors or therapists might have a busy schedule or might not be available at the time when patient tries to reach out to them. So we will let the patient select from a list of time slots. This time slots will already factor in the doctor's scheduled sessions and stuff (that have been added by the therapist through our platform) and we will only be showing the slots that are free (and are not occupied by therapy sessions)
After the patient takes an assessment, we will have to show the patient a list of doctors with whom they can consult. Currently a rough UI for this is there. Improve that UI and connect it to supabase. For this to work, you'll need to add some dummy therapists data. On the therapist app side, add the ability for the therapist/doctor to specify their working timings (probably maybe during their personal details flow). The patient will be able to submit consultation request of 30 mins within that working timings. The therapist should receive the consultation request. The UI is done for this on the therapist side and needs to be connected. This issue requires changes to both apps to complete this flow.
The text was updated successfully, but these errors were encountered: