# v0.2.3 Urgency Dropdown Cleanup

This patch fixes the owner edit dropdown still showing old values such as:

- urgent
- soon
- normal
- estimate
- unknown

The dashboard now uses:

- Emergency
- Same day
- Normal
- Estimate only
- Unknown

## Classification rule

`urgency` is how fast the office should review/respond.

`preferred_time` is when the customer wants the appointment.

Examples:

- “Afternoon this week” -> urgency `Normal`, preferred_time `Afternoon this week`
- “Tomorrow morning” -> urgency `Normal`, preferred_time `Tomorrow morning`
- “Today” -> urgency `Same day`, preferred_time `Today`
- “Right now” -> urgency `Same day` or `Emergency`, depending on context
- “Medical emergency / immediate danger” -> urgency `Emergency`
- “Just looking for price” -> urgency `Estimate only`

## Telnyx urgency parameter description

Use this description for the `urgency` body parameter in `submit_lead`:

```text
Use exactly one of these values only: Emergency, Same day, Normal, Estimate only, Unknown. Do not use urgent, asap, soon, high, low, or This week as urgency values. If the caller wants service today, use Same day. If the caller wants service this week, next week, tomorrow, or says it is not an emergency, use Normal and put the requested timing in preferred_time. If the caller says emergency or immediate danger, use Emergency.
```

## Browser cache note

This version updates the script reference to `/app.js?v=0.2.3`. If the old dropdown still appears after upload, hard-refresh the browser or clear site data.
