I am creating an internal account system and need to have a notification system.
So when a user logs into the system it lets them know what has been posted where.
For example user a posts a new note about account a, when user b logs in it should let them know a new note has been posted about account a and so on for each user.
How should I go about creating a notification system?
:queasy: