feat: enhance tickets portal and admin flows
This commit is contained in:
parent
9cdd8763b4
commit
c15f0a5b09
67 changed files with 1101 additions and 338 deletions
|
|
@ -15,14 +15,13 @@ enum UserRole {
|
|||
CUSTOMER
|
||||
}
|
||||
|
||||
enum TicketStatus {
|
||||
NEW
|
||||
OPEN
|
||||
PENDING
|
||||
ON_HOLD
|
||||
RESOLVED
|
||||
CLOSED
|
||||
}
|
||||
enum TicketStatus {
|
||||
PENDING
|
||||
AWAITING_ATTENDANCE
|
||||
PAUSED
|
||||
RESOLVED
|
||||
CLOSED
|
||||
}
|
||||
|
||||
enum TicketPriority {
|
||||
LOW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue