# V3 OnBoarding Controllers

Redesigned 5-step onboarding wizard with goal-setting, personalisation, and custom plan selection. Currently English-only.

## Base Controllers

| File | Description |
|------|-------------|
| `OnBoardingController` | Base controller; sets locale, view prefix, session tracking, V3 URL prefix handling |

## Language Controllers

| Directory | Controllers |
|-----------|------------|
| `English/` | `BasicController`, `GoalController`, `PersonaliseController`, `CustomPlanController`, `QuitsureController` |

## Steps

| Step | Controller | Purpose |
|------|-----------|---------|
| 1 | `BasicController` | Profile collection (name, age, gender) |
| 2 | `PersonaliseController` | Tailors experience based on smoking profile and location |
| 3 | `GoalController` | Goal-setting with programs, vouchers, Facebook event tracking |
| 4 | `CustomPlanController` | Custom plan selection with Stripe/Razorpay payment |
| 5 | `QuitsureController` | Final confirmation and summary |
