Episode
An Episode is here to regroup sequences and shots like on a TV show.
You can also create tasks on episodes to track and manage global tasks per episodes.
Data
| Key | Type | Description |
|---|---|---|
name |
string |
Name of the episode |
description |
string |
Description of the episode |
Structure
graph LR
Episode -->|Child| Sequence
Sequence -->|Child| Subshot[Shot]:::Shot
Episode -->|Child| Shot
Episode -->|Child| Task