Description
Order task deadline slack notifications with earliest due date first. We want tasks that were due the longest ago to appear on top, and tasks that were due the least # of days ago to be on the bottom.
ex: due 12 days ago would be above due 2 days ago
Proposed Solution
backend/src/services/notifications.services.ts
In sendTaskDeadlineSlackNotifications we want to order by deadline ascending
Screenshots

Description
Order task deadline slack notifications with earliest due date first. We want tasks that were due the longest ago to appear on top, and tasks that were due the least # of days ago to be on the bottom.
ex: due 12 days ago would be above due 2 days ago
Proposed Solution
backend/src/services/notifications.services.ts
In sendTaskDeadlineSlackNotifications we want to order by deadline ascending
Screenshots