│ ├── All Notifications
│ ├── Safety
│ ├── Jobs
│ └── Maintenance

Filters:

————————————

All | Safety | Jobs | Maintenance

Notification List:

————————————

⚠️ Obstacle detected – South Field

✓ Job completed – North Field

🛠 Hyd. filter due in 20 hrs

API-

Notifications List Screen

  • GET /notifications?type=safety|jobs|maintenance|all
    – With pagination.
  • POST /notifications/{notificationId}/read
    – Mark as read.
  • POST /notifications/mark-all-read
    – Optional.

(New notifications can also be pushed via WebSocket: /ws/notifications.)