-
Notifications
You must be signed in to change notification settings - Fork 0
[NOTIF-01] Implement In-App Notification System #115
Copy link
Copy link
Open
Labels
Milestone
Description
Description
Implement in-app notifications: create, list, and mark as read.
Subtasks
- NOTIF-01-ST-01 Implement
NotificationService.create()forinAppchannel - NOTIF-01-ST-02 Build notification list UI (bell icon in top nav)
- NOTIF-01-ST-03 Implement mark as read (
isRead: true) - NOTIF-01-ST-04 Show unread count badge on bell icon
Acceptance Criteria
- NOTIF-01-AC-01 In-app notifications appear in the notification dropdown
- NOTIF-01-AC-02 Unread notifications show a badge count
- NOTIF-01-AC-03 Marking as read updates
isRead: true - NOTIF-01-AC-04
referenceIdandreferenceTypeallow navigation to related entity
Technical Notes
- Docs: ERD#25-notifications
Reactions are currently unavailable