This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 387
v0.1.0 features
thekordy edited this page Oct 4, 2015
·
2 revisions
v0.1.0 Features and enhanced core:
- Three main users roles users, agents, and admins
- Users can create tickets, keep track of their tickets status, giving comments, and even close their own tickets (configurable)
- Auto assigning to agents, the system searches for agents in specific department and auto select the agent with lowest queue
- Agents can communicate with ticket issuers through ticket comments
- Auto email notifications to ticket participants (ticket owner, assigned agent) when ticket is updated or there is a new comment
- Simple admin panel
- Administrators can add agents, create custom statuses, categories/departments, priorities, and manage tickets and comments.
- Tickets access restrictions (Only ticket owner, an agent, or an admin whom has access to the ticket)
- Settings option to allow agents access to all tickets or to restrict agents access to only their assigned tickets
- Localization
- Tickets can be closed and reopened (with configurable permissions)
- Merged config files (user customized and package updated), so new versions updates will not require you to publish its config file. Use application config file 'config/ticketit' to override whatever settings you want to change from the default one 'vendor/kordy/ticketit/Config/ticketit.php'
- Views files (admin and tickets index) are more organized .. with simple screen for normal users and more advanced screen for agents and admins