EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

Implement Notification System for Real-Time Alerts in EmbeddedChat

Open sushen123 opened this issue 1 year ago • 2 comments

As an EmbeddedChat developer

I need to: Add a notification system to alert users of new messages, mentions, or other real-time events.

So That: Users stay informed of updates even when not actively focused on the chat, improving engagement.

Acceptance Criteria

  • [ ] The <EmbeddedChat /> component accepts a new boolean prop notification.
  • [ ] Integrate with real-time events (new messages, mentions, reactions) to trigger notifications.
  • [ ] Ensure notifications work when the EmbeddedChat window/tab is inactive or in the background.
  • [ ] Update documentation to explain notification features and configuration options.

sushen123 avatar Feb 02 '25 07:02 sushen123

Hey @Spiral-Memory . If this can be implemented, I will start working on this. Please let me know.

sushen123 avatar Feb 02 '25 07:02 sushen123

Hey @sushen123 , I’m currently working on implementing this feature. I’ve started by integrating real-time event listeners for new messages and will be working on triggering notifications when the chat is inactive. I'll update here with progress or any blockers I face. Let me know if you have any specific requirements in mind!

Strxangxl avatar Mar 23 '25 16:03 Strxangxl