ca-grow-ops-manager/frontend/src
fullsizemalt e7be23cce4
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
feat: add batch detail endpoint and fix drill-down navigation
Backend:
- Add getBatchById controller with touch points and IPM schedule
- Add GET /batches/:id route

Frontend:
- Update Batch interface to include touchPoints
- BatchDetailPage now uses real touch points from API
- Better error handling on batch load failure
2025-12-12 19:04:16 -08:00
..
__tests__ feat: Navigation refactor with RBAC, DevTools for quick user switching, enhanced seed data 2025-12-11 11:07:22 -08:00
components fix: intentional walkthrough UI redesign 2025-12-12 16:49:41 -08:00
context fix: store refreshToken on login for proper auth flow 2025-12-12 14:35:54 -08:00
features/layout-designer feat: update Layout Designer with Linear design tokens - Use accent blue instead of emerald - Consistent neutral palette - Refined typography 2025-12-12 15:03:45 -08:00
hooks feat: Navigation refactor with RBAC, DevTools for quick user switching, enhanced seed data 2025-12-11 11:07:22 -08:00
lib feat: add batch detail endpoint and fix drill-down navigation 2025-12-12 19:04:16 -08:00
pages feat: add batch detail endpoint and fix drill-down navigation 2025-12-12 19:04:16 -08:00
stores fix(build): Resolve TypeScript and Import errors 2025-12-11 14:50:42 -08:00
templates refactor: Code splitting, page templates, and PageHeader consistency 2025-12-11 11:18:29 -08:00
App.tsx feat: Complete Phases 8-13 implementation 2025-12-11 00:26:25 -08:00
index.css feat: Linear-inspired UI redesign with Space Grotesk headlines 2025-12-12 14:29:47 -08:00
main.tsx feat: Complete Phases 8-13 implementation 2025-12-11 00:26:25 -08:00
router.tsx feat: BatchDetailPage with rich data visualization 2025-12-12 16:55:04 -08:00
vite-env.d.ts fix: Build & Runtime Fixes (TS Lax, Vite Types, Backend OpenSSL) 2025-12-09 11:18:04 -08:00