Adjacent routes — click a node to open it.taskflow
flowchart TD
A["Start: new owner opens setup"] --> B["/owner/setup/"]
B --> C["Enter profile details"]
C --> D["Configure team access"]
D --> E["Set preferences"]
E --> F["Review and confirm"]
F --> G["Complete setup"]
G --> H["Redirect to /owner/dashboard/"]
H --> I["End: owner onboarded"]
click B "https://mickael-umt.com/owner/setup/" "Open Setup"
click H "https://mickael-umt.com/owner/dashboard/" "Open Dashboard"
click I "https://mickael-umt.com/owner/dashboard/" "Open Dashboard"