Update Claude.md
This commit is contained in:
@@ -183,10 +183,9 @@ CREATE TABLE status_transitions (
|
||||
|
||||
Default transitions:
|
||||
```sql
|
||||
-- Open → In Progress, Closed, Resolved
|
||||
-- In Progress → Open, Closed, Resolved
|
||||
-- Resolved → Closed, In Progress
|
||||
-- Closed → Open, In Progress (requires comment)
|
||||
-- Open → Pending → In Progress → Closed
|
||||
-- In Progress → Closed, Pending
|
||||
-- Closed → X
|
||||
```
|
||||
|
||||
#### `ticket_templates` Table
|
||||
@@ -496,7 +495,7 @@ $_SESSION['user'] = [
|
||||
|
||||
**Visual Indicators**:
|
||||
- Priority colors (P1=Red, P2=Orange, P3=Blue, P4=Green, P5=Gray)
|
||||
- Status badges (Open=Green, In Progress=Yellow, Closed=Red, Resolved=Green)
|
||||
- Status badges (Open=Green, In Progress=Yellow, Closed=Red)
|
||||
- Priority border colors on ticket container
|
||||
|
||||
### Create Ticket (`CreateTicketView.php`)
|
||||
|
||||
Reference in New Issue
Block a user