ellenxxxiao / uwa-orthodontics-app

0 stars 1 forks source link

create reminder endpoints #36

Closed ellenxxxiao closed 2 weeks ago

ellenxxxiao commented 3 months ago

Create endpoints for the reminder functionality.

  1. GET endpoint to get all set reminders for the patients.
  2. PATCH endpoint to update field(s) of a reminder.
  3. POST endpoint to create a new reminder.
  4. DELETE endpoint to remove an existing reminder.

Make sure the endpoints are tested.

github-actions[bot] commented 2 months ago

Branch issue-36-create_reminder_endpoints created!