learning_ai_notes/backend/src/modules/note-artifacts
saravanakumardb1 6acd1a70d4 fix(backend): fix trackEvent call signature and route registration tests
- auth.ts: type requireWriter param as { headers: { authorization?: string } } instead of unknown
- notes/routes.ts: fix 3 trackEvent calls from object form to positional args (event, userId, properties)
- workspaces/routes.ts: fix 1 trackEvent call from object form to positional args
- 5 route registration tests: add missing delete mock to app object for Phase 2 DELETE endpoints
2026-03-31 01:00:32 -07:00
..
repository.ts feat: add DELETE endpoints, role enforcement, telemetry and feature flags 2026-03-29 20:47:12 -07:00
routes.integration.test.ts feat: add DELETE endpoints, role enforcement, telemetry and feature flags 2026-03-29 20:47:12 -07:00
routes.test.ts fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00
routes.ts feat: add DELETE endpoints, role enforcement, telemetry and feature flags 2026-03-29 20:47:12 -07:00
types.ts feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00