1. Updates to appointment booking:
    1. Included saving the chosen appointment date, time, and medium in step 3.
  2. Updates to reminder emails:
    1. Added a new configuration to set reminder email days.
  3. Updates to COVID screening emails:
    1. Added name of the selected provider.
    2. Changed "Thank You" to "Regards, Cortico".
  4. Updates to Cortico APIs for external clients:
    1. Added API for booking an appointment through Cortico.
  5. Updates to Specialist Booking:
    1. Set 7 days from now as the default booking link expiry date.
    2. Added "Click Here" button in booking link email.
  6. Updates to FTEs:
    1. Added sending email notifications when changing the FTE status.
    2. Updated FTE status count to 2 decimal digits.
  7. Updates to pharmacies:
    1. Added Forbes Pharmacy Sooke Pharmacy.
    2. Added Whole Health Niagara Pharmacy.
  8. Backend updates:
    1. Moved reminder jobs scheduler to Celery.
    2. Ported more old tests to PyTest.