rivantmedia / google-workspace-automation

MIT License
0 stars 0 forks source link

Other task statuses are not taken into consideration when sending emails. #1

Closed paraswtf closed 2 months ago

paraswtf commented 2 months ago

Emails will be sent even for tasks that are marked as "Late submission" or "Pending Assignment".

Solution: Add a config array for the type of tasks that people should be notified about.

notifyAboutTaskStatuses = ["Ongoing", "Delayed"];

Implement appropriate logic.

paraswtf commented 2 months ago

Resolved with PR #2