ca-grow-ops-manager/backend/src/controllers
fullsizemalt 820d345a0c
Some checks are pending
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
fix: Tasks API - map assigneeId query param to assignedToId schema field
Root cause: Prisma schema uses 'assignedToId' but getTasks was passing
'assigneeId' directly to the where clause, causing PrismaClientValidationError
2025-12-27 13:56:54 -08:00
..
analytics.controller.ts feat: Complete Phases 8-13 implementation 2025-12-11 00:26:25 -08:00
auth.controller.ts feat: Sprint 2 Phase 1 - Auth Core Complete 2025-12-09 13:52:54 -08:00
batches.controller.ts feat: add batch detail endpoint and fix drill-down navigation 2025-12-12 19:04:16 -08:00
ipm-schedules.controller.ts feat: Complete Phases 8-13 implementation 2025-12-11 00:26:25 -08:00
ipm.controller.ts feat(phase2): Implement Phase 2 - Plant Touch Points & IPM 2025-12-09 21:22:47 -08:00
roles.controller.ts feat(phase2): Implement Phase 2 - Plant Touch Points & IPM 2025-12-09 21:22:47 -08:00
rooms.controller.ts feat: room cards with color-coded headers + room detail page 2025-12-12 19:33:07 -08:00
supplies.controller.ts feat(phase2): Implement Phase 2 - Plant Touch Points & IPM 2025-12-09 21:22:47 -08:00
task-templates.controller.ts feat(phase2): Implement Phase 2 - Plant Touch Points & IPM 2025-12-09 21:22:47 -08:00
tasks.controller.ts fix: Tasks API - map assigneeId query param to assignedToId schema field 2025-12-27 13:56:54 -08:00
timeclock.controller.ts feat: Phase 1 Complete (Backend + Frontend) 2025-12-09 09:24:00 -08:00
touch-points.controller.ts feat: Complete Phases 8-13 implementation 2025-12-11 00:26:25 -08:00
users.controller.ts feat(phase2): Implement Phase 2 - Plant Touch Points & IPM 2025-12-09 21:22:47 -08:00
walkthrough-settings.controller.ts feat(phase2): Implement Phase 2 - Plant Touch Points & IPM 2025-12-09 21:22:47 -08:00
walkthrough.controller.ts fix: handle stale tokens by checking user existence before creating walkthrough 2025-12-12 23:10:34 -08:00
weight-logs.controller.ts feat: Complete Phases 8-13 implementation 2025-12-11 00:26:25 -08:00