Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.21 KB

Canvas Self-Scheduling Embeds

The Embeds

There are three packages within the clients directory - appointments, common, and scheduler.

  • appointments handles the display and management of a patient's appointments.
  • common handles shared business logic and components, and is a dependency of both appointments and scheduler.
  • scheduler handles scheduling of a patient's appointments.

These three packages are managed with yarn workspaces. While developing and building, yarn will use the live code from common in appointments and scheduler so long as the version number of common matches the version required in the other packages.

This leads to a seemless developer experience, allowing you to easily edit any files in any package and see the results immediately.

See requirements and basic commands to get started working on these embeds.

See a list of dependencies used in the embeds.

Installing

Scheduler Appointments