This is my current system for Employee Punctuality Monitoring:
The current system that determines whether an employee comes in late and leaves early is when the boss sees that the employee is not yet in the office and when the employee leaves before the boss. If one or both cases are met, the boss decides what to do. The boss can mark down the employee on the annual performance evaluation, deduct an amount on the employee's annual bonus, demote the employee, or just simply let it go.
In my Use Case diagram, I have 1 actor (superior) and 1 use case (Check subordinate). I'm lost right now and thinking I should put in <<extend>>
the actions the boss will do to the employee. Am I right?