Update README.md
This commit is contained in:
@@ -13,7 +13,7 @@ A feature-rich PHP-based ticketing system designed for tracking and managing dat
|
|||||||
- **Ticket Types**: Maintenance, Install, Task, Upgrade, Issue, Problem
|
- **Ticket Types**: Maintenance, Install, Task, Upgrade, Issue, Problem
|
||||||
|
|
||||||
### 🔄 Workflow Management
|
### 🔄 Workflow Management
|
||||||
- **Status Transitions**: Enforced workflow rules (Open → In Progress → Resolved → Closed)
|
- **Status Transitions**: Enforced workflow rules (Open → Pending → In Progress → Closed)
|
||||||
- **Workflow Validation**: Server-side validation prevents invalid status changes
|
- **Workflow Validation**: Server-side validation prevents invalid status changes
|
||||||
- **Admin Controls**: Certain transitions can require admin privileges
|
- **Admin Controls**: Certain transitions can require admin privileges
|
||||||
- **Comment Requirements**: Optional comment requirements for specific transitions
|
- **Comment Requirements**: Optional comment requirements for specific transitions
|
||||||
@@ -209,10 +209,7 @@ tinker_tickets/
|
|||||||
|
|
||||||
### Default Workflow
|
### Default Workflow
|
||||||
```
|
```
|
||||||
Open → In Progress → Resolved → Closed
|
Open → Pending → In Progress → Closed
|
||||||
↓ ↓ ↓
|
|
||||||
└─────────┴──────────┘
|
|
||||||
(can reopen)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Workflow Configuration
|
### Workflow Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user