feat: add export functionality for JSON data in CategoriesPage and update TabActions component

This commit is contained in:
hamed
2026-06-21 15:37:24 +03:30
parent 1f9b69c121
commit 8b9130011a
4 changed files with 185 additions and 14 deletions
+3 -3
View File
@@ -178,9 +178,9 @@ List doctors with pagination and filters.
| `page` | integer | ❌ | Default: 1 |
| `limit` | integer | ❌ | Default: 20 |
| `search` | string | ❌ | Search in title |
| `specialty_id` | integer | ❌ | Filter by specialty |
| `city_id` | integer | ❌ | Filter by city |
| `state_id` | integer | ❌ | Filter by province |
| `specialty` | integer | ❌ | Filter by specialty ID |
| `city` | integer | ❌ | Filter by city ID — شامل دکترهایی که مستقیم در آن شهر هستند (`doctor_cities`) یا از طریق کلینیکی که آدرس آن در آن شهر است (`doctor_addresses.clinic_id`) |
| `state` | integer | ❌ | Filter by province ID |
### Response `200`
```json