Adjacent routes — click a node to open it.userflow
flowchart LR
A["First-time owner"] --> B["Navigate to /owner/setup/"]
B --> C["Create superuser credentials"]
C --> D["Set active pricing profile"]
D --> E["Configure coefficients"]
E --> F["Set destinations"]
F --> G["Configure security parameters"]
G --> H["Setup complete"]
H --> I["Redirect to /owner/"]
I --> J["Owner dashboard accessible"]
click B "http://localhost:8000/owner/setup/" "Open Setup"
click I "http://localhost:8000/owner/" "Open Dashboard"