Problem
{{ selectedTicket.problem || 'Not available' }}
Operational access for Telegram users, filters, notifications, and ticket search.
Bot activity, indexed knowledge, and recent ticket movement.
No recent tickets returned by MySQL.
No feedback recorded yet.
Read-only browsing from MySQL. Default range is the last 30 days.
| Ticket | #{{ row.ticket_id }} | Client | {{ shortText(row.client, 42) }} | Subject | {{ shortText(row.subject, 110) }} | Product | {{ row.product || '-' }} | Status | {{ row.status || '-' }} | Opened | {{ row.opened_at | date:'short' }} |
|---|
{{ selectedTicket.problem || 'Not available' }}
{{ selectedTicket.solution || 'Not available' }}
Search the Postgres AI index, then open read-only ticket detail from MySQL.
{{ result.solution_preview || result.problem_text || 'No preview available' }}
Approve users, manage saved filters, and adjust notification preferences.
| Telegram ID | {{ row.tid }} | Name | {{ row.username || '-' }} {{ row.surname || '' }} | Status | {{ row.status === 'A' ? 'Approved' : 'Pending' }} | Filters | {{ row.filter_count }} | Notifications | {{ row.notifications_enabled ? 'On' : 'Paused' }} |
|---|
This user has no saved filters.