Update Claude.md

This commit is contained in:
2026-01-12 17:01:38 -05:00
parent bb4b1400f2
commit ee69b9094b

View File

@@ -183,10 +183,9 @@ CREATE TABLE status_transitions (
Default transitions: Default transitions:
```sql ```sql
-- Open → In Progress, Closed, Resolved -- Open → Pending → In Progress Closed
-- In Progress → Open, Closed, Resolved -- In Progress → Closed, Pending
-- Resolved → Closed, In Progress -- Closed → X
-- Closed → Open, In Progress (requires comment)
``` ```
#### `ticket_templates` Table #### `ticket_templates` Table
@@ -496,7 +495,7 @@ $_SESSION['user'] = [
**Visual Indicators**: **Visual Indicators**:
- Priority colors (P1=Red, P2=Orange, P3=Blue, P4=Green, P5=Gray) - 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 - Priority border colors on ticket container
### Create Ticket (`CreateTicketView.php`) ### Create Ticket (`CreateTicketView.php`)