EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
tickets.js
Go to the documentation of this file.
1export default {
2 slug: 'tickets',
3 title: 'Tickets',
4 icon: 'confirmation_number',
5 summary: 'Create, triage, and resolve customer requests with SLAs.',
6 image: '/images/docs/dashboard-tickets.png',
7 sections: [
8 {
9 heading: 'Workflow',
10 steps: [
11 { title: 'Create a ticket', text: 'Tickets → New. Enter title, description, priority, and customer.' },
12 { title: 'Update status', text: 'Assign, change priority, and close when resolved.' },
13 { title: 'Search & filter', text: 'Use the search bar and filters for status/priority/date.' }
14 ]
15 }
16 ]
17};