tududi/backend/modules/tasks
Chris e0769e4b25
fix: exclude cancelled tasks from Overdue and Due Today sections (#1007)
Fixes #997

- Add Task.STATUS.CANCELLED to exclusion list in fetchOverdueTasks()
- Add Task.STATUS.CANCELLED to exclusion list in fetchTasksDueToday()
- Cancelled tasks now properly filtered out from Today page sections
- All existing tests pass
2026-04-12 09:10:22 +03:00
..
core Fix initial due date calculation for weekly tasks with multiple weekdays (#974) (#975) 2026-03-26 17:19:59 +02:00
middleware Fix bug 366 (#764) 2026-01-07 18:18:07 +02:00
operations fix: prevent subtasks from disappearing when updating parent task (#984) 2026-04-01 17:37:20 +03:00
queries fix: exclude cancelled tasks from Overdue and Due Today sections (#1007) 2026-04-12 09:10:22 +03:00
utils fix: prevent subtasks from disappearing when updating parent task (#984) 2026-04-01 17:37:20 +03:00
attachments.js Fix bug 366 (#764) 2026-01-07 18:18:07 +02:00
deferredTaskService.js Fix Telegram notification spam with channel-level rate limiting (#951) 2026-03-19 20:26:11 +02:00
dueTaskService.js Fix Telegram notification spam with channel-level rate limiting (#951) 2026-03-19 20:26:11 +02:00
events.js Fix bug 366 (#764) 2026-01-07 18:18:07 +02:00
index.js Fix bug 366 (#764) 2026-01-07 18:18:07 +02:00
recurringTaskService.js Fix: Bi-weekly recurring task scheduling for multi-day patterns (#1005) 2026-04-12 08:52:13 +03:00
repository.js Fix bug 366 (#764) 2026-01-07 18:18:07 +02:00
routes.js Fix Today page task completion issues (#970) 2026-03-24 16:45:31 +02:00
taskEventService.js Fix bug 366 (#764) 2026-01-07 18:18:07 +02:00
taskScheduler.js Fix issue with wrong path 2026-01-18 09:47:12 +02:00
taskSummaryService.js Fix Telegram task display bug by escaping backslashes (#860) 2026-02-24 14:19:45 +02:00