Tickets describe customer problems; todos describe the actual work you do to resolve them. This lesson covers what a todo is, how it differs from a ticket, and the lifecycle every todo runs through.
Problem: A ticket isn't one piece of work. It's "call the customer," then "wait for callback," then "schedule the onsite," then "do the onsite," then "write the report." Treating a ticket as one unit of work fails the moment anything pauses, because there's no record of what comes next or when.
Horizon's answer: Todos. Each todo is one specific unit of work attached to a ticket. A ticket can have many todos, and each todo has its own time, place, and status. Nothing falls through the cracks because the work is broken down to where it actually lives.
A todo vs. a ticket
| Ticket | Todo | |
|---|---|---|
| What it represents | The customer's problem | One specific action you take to move the problem forward |
| Lifecycle | Open → Closed | Pending → In Progress → Completed (or Cancelled / Deferred) |
| Time | Has SLA / deadlines | Has duration and (optionally) a scheduled time |
| Linked to | A company / contact | One or more tickets, plus the company and contact |
One ticket → many todos. One todo → usually one ticket (occasionally more, if you're batching related work).
The two flavors of todo
How a todo gets created
Todo statuses
| Status | Meaning |
|---|---|
| Pending | Not started yet, waiting in your queue |
| In Progress | You've started it (the timer is running) |
| Completed | Done |
| Cancelled | Won't do — closed without completing |
| Deferred | Pushed to a later time; will reappear when its trigger fires (covered in a later lesson on Floating Todos) |
Acceptance — when a todo is incoming
If a todo gets assigned to you (e.g. by dispatch), it arrives in an incoming state. You Accept to take it on or Decline to send it back. Look for the incoming badge on the Floating or Scheduled Todos widgets — it shows the count and lets you see only incoming items.
Acting on a todo
From the dashboard, the action buttons on each todo card change based on its status:
Tip: A common mistake on day one is starting work without marking the todo Started. The duration tracking, your "what am I working on right now" status, and reporting all key off the In Progress state. Always click Start when you start.