DimiMikadze / orca

Build modern community apps with React and Node.
https://dimimikadze.github.io/orca-docs
MIT License
1.22k stars 294 forks source link

User mentions #182

Open DimiMikadze opened 2 years ago

DimiMikadze commented 2 years ago

User mentions will help users to notify others by typing their full name or username. When typing @ we need to query the database and search for users based on the string that the user writes after @. You can check the behavior on other social network platforms, like Facebook.

Suppose a user mentions another user in their post or comment. Then, the other user should receive an email that User has mentioned them in their post or if they are online at that moment only the real-time notification.