hp-prod-tracker/src/lib
Leivur R. Djurhuus 40028b7ced feat: add pipeline stage resolver and organization access control
- Implemented `stage-resolver.ts` to unify old and new pipeline stage definitions.
- Created `org-scope.ts` for organization access verification and scoping queries.
- Added role-based permissions management in `permissions.ts` and `rbac-service.ts`.
- Introduced invitation management in `invitation-service.ts` with validation schemas.
- Developed custom field and notification rule services with respective validators.
- Established pipeline template CRUD operations in `pipeline-template-service.ts`.
- Added Zustand store for managing pipeline builder state in `pipeline-builder-store.ts`.
2026-03-14 22:43:43 -05:00
..
automation feat: Implement automation event bus and rule engine 2026-03-12 11:20:21 -05:00
chat feat: add relevanceScore to EntityCard and update entity extraction logic 2026-03-12 17:27:11 -05:00
pipeline feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
rbac feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
services feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
validators feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
api-utils.ts feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
auth.ts Add Auth.js v5 with Google + Microsoft Entra ID SSO 2026-02-28 21:07:38 -06:00
prisma.ts Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
utils.ts Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00