miasfashion / MiasHR

MIAS Fashion HR web application
0 stars 0 forks source link

Move EmailService functionality to backend. #153

Closed jaehooncmias closed 6 months ago

jaehooncmias commented 6 months ago

Handle email sending from the backend when DayTimeOff change/reject/approve requests are made.

bk0106 commented 6 months ago

Approval/ Reject image

Check statusType inside ChangeRequestStatus and send email from there?

Edit/Create/Cancel image

Each edit,cancel,create functions exist. Use email function inside these functions.