zombikaaOriginal post
Rank 2: Process
Hi, I would like to make a notification system for my web app, but i don't really know how to start. I have a "posts" collection, and there is a mentions array in it. A user can put usernames in the array, and those usernames should be notified when a post has their username in the mentions array. How to do that?
Summary
Developers want to implement a notification system for their web app based on mentions in a "posts" collection. They can achieve this by using appwrite functions to trigger notifications for the usernames listed in the mentions array when a post includes their username.