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 assign tasks to patients to complete, whether these are exercises or other instructions. You'll be implementing the base functionality for assigning these tasks.
Implement basic functionality for clinicians to assign tasks to patients
You can create a new page (named something like assign-task) where clinicians can input information relating to a task they'd like one (or more) patients to complete.
Information for clinicians to submit should include:
The name (or title) of the task
A description of the task
An optional due_date for the task
Clinicians should then have the option to assign a task they have created with the information above to one or more patients, selected from a list of some sort (e.g. a dropdown). You have the liberty to choose exactly how this might work, but it should be relatively straightforward for clinicians to choose who they'd like to assign a task. Clinicians should only be able to assign tasks to patients in their clinic!
As always, make sure to validate all inputs! (i.e., no tasks that aren't assigned to patients, no tasks with an empty title, etc.)
Don't worry much about styling for now, though you're welcome to express any creativity you'd like!
The text was updated successfully, but these errors were encountered:
Resources
Supabase
Description
Clinicians should be able to assign tasks to patients to complete, whether these are exercises or other instructions. You'll be implementing the base functionality for assigning these tasks.
assign-task
) where clinicians can input information relating to a task they'd like one (or more) patients to complete.name
(or title) of the taskdescription
of the taskdue_date
for the taskThe text was updated successfully, but these errors were encountered: