ifnex/04_Laravel/app
Kazem Alghasi 98181abc45 feat(api): expose notification endpoints for customer dashboard
Implement backend support for the user notification system by adding
endpoints to retrieve and manage notifications.

- Add `notifications` and `markNotificationRead` methods to
  `CustomerOrderController`
- Register notification routes under the `v1` API prefix
- Update `IFNEX_User_Bridge` in WordPress to support fetching
  notifications and marking them as read via API calls
2026-08-24 05:13:22 +03:30
..
Console/Commands feat: Complete customer ordering and payment system (Phases 1-4) 2026-08-10 13:08:52 +03:30
Enums feat(shipment): expand schema and enhance PDF generation 2026-08-23 22:31:58 +03:30
Exports feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
Filament feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
Http feat(api): expose notification endpoints for customer dashboard 2026-08-24 05:13:22 +03:30
Imports feat(ui): add invoice download action to shipment view 2026-08-23 23:35:12 +03:30
Models feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
Notifications feat(admin): implement currency management and rate import system 2026-08-24 01:18:34 +03:30
Providers refactor: improve hero section responsiveness and update admin path 2026-08-12 11:58:46 +03:30
Services feat(shipment): add multi-package support and AWB integration 2026-08-24 01:47:45 +03:30