Send alert message(data) from one login user session to another

126 views Asked by At

I have a use case where a user (manager) creates a task (1st view) and another logged in user (employee) can view the task created (2nd view). If the employee rejects the task clicking reject button, an alert should notify the manager. How do I achieve this functionality? Thanks for any guidance.

0

There are 0 answers