No description
Find a file
lorentz 8db7113c0b fix: task suppression filter was not working - NOT array requires all conditions to match
Prisma NOT:[condA, condB] means exclude only if BOTH match, and OR at the
same level overrode the NOT entirely. Restructured to:
- NOT (single object) for dead policy exclusion
- OR for group expiry check (null group OR recent renewal)
- AND > OR for recent-or-terminal filter

Fixed in all 3 locations: tasks page, client tasks API, client detail SSR.
2026-04-08 02:16:04 +00:00
.claude Tasks: multi-note system, claims-first viewer dropdown, TaskNote schema 2026-03-25 14:57:21 +00:00
dev Tasks: multi-note system, claims-first viewer dropdown, TaskNote schema 2026-03-25 14:57:21 +00:00
ondeck fix: task suppression filter was not working - NOT array requires all conditions to match 2026-04-08 02:16:04 +00:00
tasks Initial commit: OnDeck project 2026-02-18 13:20:52 +00:00
.gitignore Add root .gitignore 2026-02-18 13:22:08 +00:00