Notifications are to be automatically created in the database at various actions throughout the use of the website - issue approval, new account creation, renew dates etc. So, we need to have one reusable function that can take in the notification message and author and create a new entry in the db. Apart from these, there are to services to read and delete notifications as well.
Notifications are to be automatically created in the database at various actions throughout the use of the website - issue approval, new account creation, renew dates etc. So, we need to have one reusable function that can take in the notification message and author and create a new entry in the db. Apart from these, there are to services to read and delete notifications as well.