Adjacent routes — click a node to open it.taskflow
flowchart TD
A["Start: owner opens office hours"] --> B["/owner/office-hours/"]
B --> C["Review existing slots"]
C --> D{"Action?"}
D -->|Create| E["Add slot"]
D -->|Edit| F["Edit slot"]
D -->|Cancel| G["Cancel slot"]
E --> H["Set date, time, capacity"]
F --> H
H --> I["Save slot"]
G --> I
I --> J["End: schedule updated"]
click B "https://mickael-umt.com/owner/office-hours/" "Open Office Hours"
click J "https://mickael-umt.com/office-hours/" "Open Public Office Hours"