Cassianky / gleek

0 stars 0 forks source link

[Vendor/Client/Admin] Chats: Fix chat bug and send email to the recipient of a chat message to notify them of a new chat message #65

Closed yow-yiying closed 1 year ago

yow-yiying commented 1 year ago
eugenecyh94 commented 1 year ago

Will implement new unread chats based on number of users as a badge on the chat button of all users

yow-yiying commented 1 year ago

Ok! How about notifying the recipient via email for unread chat messages? When prof suggested it, it seemed like his concern was that the vendor won't know that they need to login to the platform to check their messages

eugenecyh94 commented 1 year ago

Ok i see where prof is coming from. Will try to implement a scheduler function thats checks the chatrooms daily and if there're unread messages (no clicked on), the system will send an email notification of the chat to the vendor

eugenecyh94 commented 1 year ago

Completed implementation.