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
Description
Clinicians should be able to view all patients who are members of their clinic.
For styling, you're welcome to use primitives from Radix.
See the current lofis on Figma
You can create test data using the Supabase dashboard if you need to, (e.g. creating a clinic or adding members).
Use app/my-patients for your work.
Ensure that only clinicians can access this page.
Patients should be redirected to the dashboard.
Clinician-facing
You'll want to check if the user has a clinic. If so, get all the members of that clinic and display them in the grid as seen on Figma.
If the user does not own a clinic, an appropriate message and link to /create-clinic should be displayed.
Try to match Figma styling as much as possible.
If the sidebar/header components aren't available yet, focus on the main content of the page.
The PatientCard component should be used for displaying the grid of patients.
The text was updated successfully, but these errors were encountered:
AEst2002
changed the title
Dashboard Skeleton
Patient & Client Dashboards
Oct 31, 2023
AEst2002
changed the title
Patient & Client Dashboards
Clinician "My Patients"
Oct 31, 2023
Resources
Description
Clinicians should be able to view all patients who are members of their clinic.
For styling, you're welcome to use primitives from Radix.
See the current lofis on Figma
You can create test data using the Supabase dashboard if you need to, (e.g. creating a clinic or adding members).
app/my-patients
for your work./create-clinic
should be displayed.The text was updated successfully, but these errors were encountered: