I'm trying to build a state diagram derived from the class diagram for the Support Manager Class.
Here is the class diagram (reputation <10 so can only provide link):
http://i.imgur.com/3wFO9Gu.png
This is the state diagram that I have constructed so far: http://i.imgur.com/vBTyTLX.png
I'm not sure if this is correct. But the state diagram should represent the Manager class and the manager class is supposed to:
- Allocate 'resource' to employees
- Be able to update the resource to employees
- View the outstanding job for an employee
- allocate a technician to a job
- update the system information
- notify employee that the job has been complete - (technician fixes problem and the job is confirmed by manager).
Is this possible to represent on one state diagram? Or would this require several? Is the diagram correct in the representation of how the manager deals with a resource problem raised by an employee?