LiveView for displaying and managing support tickets in PhoenixKit admin panel.
Provides comprehensive ticket management interface with filtering, searching, and quick actions for the support ticketing system.
Features
- Real-time Ticket List: Live updates of tickets
- Status Filtering: By open, in_progress, resolved, closed
- Assignment Filtering: By handler, unassigned
- Search Functionality: Search across titles and descriptions
- Pagination: Handle large volumes of tickets
- Quick Actions: View, assign, change status
- Statistics Summary: Key metrics (open, in_progress, resolved, closed)
Route
This LiveView is mounted at {prefix}/admin/tickets and requires
appropriate admin or SupportAgent permissions.
Permissions
Access is restricted to users with admin, owner, or SupportAgent roles.
Summary
Functions
Callback implementation for Phoenix.LiveView.render/1.
Functions
Callback implementation for Phoenix.LiveView.render/1.