Skip to content

Commit 79ff4e5

Browse files
docs: clarify schedule type overlap wording (fixes #60)
- Appointment/Blocked: 'Prevents overlaps' → 'Exclusive — no overlaps allowed' - README: 'Prevented' → 'Exclusive' in Overlaps column - Clearer for non-native readers Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5a449cb commit 79ff4e5

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

resources/boost/skills/zap-schedules/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ class Doctor extends Model
2727

2828
Zap 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

0 commit comments

Comments
 (0)