No description
Find a file
lorentz 133dd13c29 Fix: show completed tasks based on completedAt not dueDate
Terminal tasks (COMPLETED/CANCELLED/NA) were gated on dueDate >= cutoff,
so bulk-closed tasks with old due dates never appeared in task lists even
though they were just completed. Switch the 7-day recency check to use
completedAt instead — a task completed this week always shows regardless
of when it was due.
2026-05-20 17:38:51 +00:00
.claude Add: /api/admin/bulk-close-pre-cutoff route with audit logging 2026-05-20 17:27:27 +00:00
dev Signin: use black logo with CSS invert for white rendering on green panel 2026-04-13 02:52:33 +00:00
ondeck Fix: show completed tasks based on completedAt not dueDate 2026-05-20 17:38:51 +00:00
tasks Renewal settings, client setup queue, manager setup page, combobox grouping, nav updates 2026-04-10 13:50:04 +00:00
.gitignore chore: gitignore sql backups and remove accidentally committed backup 2026-04-08 18:07:53 +00:00