Case 1:
I am trying to create a task system that will be allow users to create or pick a task. Once that task is issued, the correct notification will be sent to the user who needs to complete the task.
Case 2:
Task is automatically generated within the workflow based on what user is logged into the system and after an action is made, the notification is sent to the end user who needs to complete the task.
For the notification system I am looking into the observer pattern to solve the problem but I am lost combining the task system.
Any help is greatly appreciated.
Abhishek KumarPosted Feb 28, 2014, 10:38 AM
Observer pattern would the best way to implement it.
You have define role and write rules for task creation and getting notifications.
If you would more specific about what you want and provide some more detail about the implementation you have made till now , I will be able to provide you the solution easily.
Thanks.