Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Appointment Information] Backend Setup and Store Appointment Information in Database #17

Open
1 of 6 tasks
akanshyabhat opened this issue Jan 30, 2024 · 0 comments
Open
1 of 6 tasks
Labels
enhancement New feature or request

Comments

@akanshyabhat
Copy link
Contributor

Use Case

This will be used by all patients as a part of their recovery journey to document and prepare for their in-person appointments.

Problem

In order to provide users with a notification informing them of their appointments, we need something in the backend to store the relevant information to include in the notifications.

Solution

  • Define a database schema for appointment information (including which documents to bring)
  • Allow for different time zones when scheduling and triggering notifications
  • Scheduled job to check for upcoming appointments (?) OR setting up / modifying the notification every time the appointment information is edited
  • Handling cancellations and changes to appointments
  • Testing

Alternatives considered

None at the moment. There needs to be some sort of backend implementation to store this information.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@akanshyabhat akanshyabhat added the enhancement New feature or request label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant