# User Flows All user-facing flows through the padelnomics app. Use this as the reference when writing E2E tests or auditing coverage. --- ## 1. Visitor → Planner **Entry:** `//` → click "Planner" in nav | Step | URL | Notes | |------|-----|-------| | 1 | `GET //planner/` | Wizard loads with default state (indoor, 6 courts, rent). `s` = default state, `d` = calc results. | | 2 | Adjust any slider | `POST //planner/calculate` (HTMX, `hx-trigger="input changed delay:200ms"`) → returns `#tab-content` partial | | 3 | Switch result tab | `POST //planner/calculate` with `activeTab=` → HTMX swaps `#tab-content` | | 4 | View charts | Charts embedded as `