You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an admin or superuser, I can see all the notification logs in view. It is easy to identify whether notification is processed or not as well as After each notification is sent, we will store log entry in the database table with the status sent or not.
In the administrator panel, there will be listview where we can see logs of each notification. Admin can search here whether particular email /another type of notification is sent or not.
Also, admin can filter its by provider type - email / sms/ push/ web.
IF params column is not empty, each list item will have a column showing a link that launches a modal popup. This modal popup shows key => value pair data from the params column.
The system will provide a button to delete notifications logs from the admin panel.
Admin can filter and delete older notifications. Also, Admin can do CSV export of notification logs.