Feature #9174
openworked on regal solar energy project
Description
Investigated the notification panel to enable deep-link navigation — clicking a notification should take the user directly to the relevant record, not just a generic list page.
Backend notificationSchema.js lacked an entityId field to store the specific record's ID (quotation, ticket, etc.)
Frontend AppNotification type was missing entityId and two new notification types (wattmonk-design, stock-alert)
getNotificationRoute() only navigated to list pages, not individual records
Subtasks
Related issues