File tree Expand file tree Collapse file tree
resources/boost/skills/zap-schedules Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ class Doctor extends Model
7070
7171## 🧩 Core concepts
7272
73- | Type | Purpose | Overlaps |
74- | -----------------| ----------------------------------| ---------------|
75- | ** Availability** | When a resource can be booked | Allowed |
76- | ** Appointment** | Bookings / scheduled events | Prevented |
77- | ** Blocked** | When booking is forbidden | Prevented |
78- | ** Custom** | Your rules (overlap, etc.) | You define |
73+ | Type | Purpose | Overlaps |
74+ | -----------------| ----------------------------------| ----------------- |
75+ | ** Availability** | When a resource can be booked | Allowed |
76+ | ** Appointment** | Bookings / scheduled events | Exclusive |
77+ | ** Blocked** | When booking is forbidden | Exclusive |
78+ | ** Custom** | Your rules (overlap, etc.) | You define |
7979
8080---
8181
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ class Doctor extends Model
2727
2828Zap uses four schedule types:
2929
30- | Type | Purpose | Overlap Behavior |
30+ | Type | Purpose | Overlap behavior |
3131| ------| ---------| ------------------|
3232| ** Availability** | Define when resources can be booked | Allows overlaps |
33- | ** Appointment** | Actual bookings or scheduled events | Prevents overlaps |
34- | ** Blocked** | Periods where booking is forbidden | Prevents overlaps |
33+ | ** Appointment** | Actual bookings or scheduled events | Exclusive — no overlaps allowed |
34+ | ** Blocked** | Periods where booking is forbidden | Exclusive — no overlaps allowed |
3535| ** Custom** | Neutral schedules with explicit rules | You define the rules |
3636
3737## Creating Schedules
You can’t perform that action at this time.
0 commit comments