hp-prod-tracker/src/lib
Leivur Djurhuus d01e663ecf feat: add weekly report API and components
- Implemented GET endpoint for weekly report data retrieval.
- Created components for displaying various sections of the weekly report:
  - At-Risk Projects
  - Completed Deliverables
  - Deadline Compliance
  - KPI Strip
  - Pipeline Snapshot
  - Upcoming Deliverables
  - Report Header
- Added a custom hook for fetching weekly report data using React Query.
- Developed service functions to generate weekly report data from the database.
- Enhanced UI with responsive design and improved accessibility features.
2026-03-13 16:39:23 -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: implement stage date override and scheduling features 2026-03-12 23:13:29 -05:00
services feat: add weekly report API and components 2026-03-13 16:39:23 -05:00
validators feat: implement stage date override and scheduling features 2026-03-12 23:13:29 -05:00
api-utils.ts Add dev bypass for authentication checks in middleware and session retrieval 2026-02-28 22:23:14 -06: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