# Project Memory - Deletions & Deprecations

## Removed from Sidebar

| Item | Reason | Date |
|------|--------|------|
| `auto_replies` (الردود الآلية) | No implemented page exists yet | 2026-05-29 |

## Deprecated Functions

| Function | Replacement | Reason | Date |
|----------|-------------|--------|------|
| `can('key')` for button checks | `canTransferChat()`, `canCloseChat()`, `canAssignChat()` | More specific permission checks | 2026-05-29 |
| Role names `manager`, `support` | `admin`, `supervisor`, `agent` | Match Spatie Permission roles | 2026-05-29 |

## No Other Deletions

No features, APIs, routes, or database tables were deleted. All existing functionality is preserved.

---

## CSS Cleanup (Not Deletions, but Removals)

| Item | Reason | Date |
|------|--------|------|
| 4 duplicate textarea CSS blocks in chat-workspace.css | Accidental duplication from repeated edits | 2026-05-29 |
| ~278 lines of duplicate CSS (1517→1239) | Cleanup | 2026-05-29 |
