Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Clinicians: Task Assignment #28

Open
1 task
AEst2002 opened this issue Nov 29, 2023 · 0 comments
Open
1 task

Clinicians: Task Assignment #28

AEst2002 opened this issue Nov 29, 2023 · 0 comments
Assignees

Comments

@AEst2002
Copy link
Collaborator

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.

  • 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!
@jaydenpersonnat jaydenpersonnat assigned vli31 and JoseGarcia2002 and unassigned vli31 Nov 29, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants