Typical day
Option required
The typical day is only available if the PREPARATION option is enabled on the project.
Definition
A Typical day is a reusable day template that defines the standard time slots and activities for a project day. It serves as the base pattern from which the Planning is built. Individual planning days can override this pattern.
Organization
└── Project
└── Preparation
└── Typical dayOne typical day per preparation
A preparation contains exactly one typical day.
Main attributes
| Attribute | Description |
|---|---|
| Slots | Ordered list of time slots composing the day pattern |
Slots
A slot represents a block of time in the day. Each slot has:
| Attribute | Description |
|---|---|
| Start time | Slot start time |
| End time | Slot end time |
| Label | Descriptive name of the slot (e.g. "Morning hike") |
Relationships
| Related object | Relationship |
|---|---|
| Preparation | A typical day belongs to one preparation |
| Planning | A typical day is used as the base pattern for the planning |
| Comment | A typical day can receive zero or more comments *(if option enabled) |