Requirement
For each attendance record of an employee, authorized users should be able to review and update the status to one of the following: Pending, Approved, or Rejected.
- When approving a record, an
additional note can be provided (optional).
- When setting a record back to pending, an
additional note can also be added (optional).
- When rejecting a record, an
additional note is required to explain the reason for rejection.
@demola234 backend repo