No description
Find a file
Leivur Djurhuus 1bbc9fd195 feat(calendar): implement calendar view with event filtering and detail display
- Added CalendarDayDetail component for displaying detailed event information for a selected day.
- Created CalendarEventPill component to represent individual events in a compact format.
- Introduced CalendarFilters component to filter events by project, stage type, and status.
- Developed CalendarGrid component to render the calendar layout and manage event interactions.
- Implemented CalendarView component to manage the overall calendar state and navigation.
- Added useCalendar hook to fetch calendar events based on specified filters.
- Created calendar-service to handle fetching events from the database with filtering capabilities.
- Updated data model to include necessary fields for calendar events and filters.
- Added system prompt and tools for AI assistant to manage calendar-related tasks.
2026-03-12 21:20:11 -05:00
.agents/skills Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.claude feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
assets/temp feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
docker feat: Implement automation event bus and rule engine 2026-03-12 11:20:21 -05:00
prisma feat: Update skill names and simplify user skill mappings in seed data 2026-03-12 13:22:20 -05:00
scripts feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
src feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
tests/llm feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
.dockerignore feat: add Smart Search Panel with semantic search capabilities 2026-03-06 16:13:36 -06:00
.env.example feat: Implement Assign Artist functionality with user assignment management 2026-03-12 14:34:47 -05:00
.gitignore feat: add .xlsx files to .gitignore to prevent tracking of spreadsheet files 2026-03-02 11:09:54 -06:00
.nvmrc Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.prettierignore Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
.prettierrc Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
AI_AGENTS_UPGRADE_PLAN.md feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
CLAUDE.md feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
CLI_ANYTHING_IMPLEMENTATION_PLAN.md Add files via upload 2026-03-12 02:43:23 -05:00
CLI_READINESS_STATUS.md feat: Implement automation event bus and rule engine 2026-03-12 11:20:21 -05:00
components.json Add shadcn/ui components and TooltipProvider 2026-02-28 21:00:51 -06:00
docker-compose.yml feat: Implement automation event bus and rule engine 2026-03-12 11:20:21 -05:00
Dockerfile feat: add Smart Search Panel with semantic search capabilities 2026-03-06 16:13:36 -06:00
IMPLEMENTATION_PLAN.md feat: add validators for PowerPoint and Word documents, and Excel recalculation script 2026-03-02 12:23:09 -06:00
next.config.ts Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
OPENVIKING_INTEGRATION_PLAN.md feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
package-lock.json feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
package.json feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
pinecone-research.md feat(pinecone): add research document assessing relevance of Pinecone for HP Prod Tracker 2026-03-06 15:25:52 -06:00
postcss.config.mjs Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
prisma.config.ts feat: add validators for PowerPoint and Word documents, and Excel recalculation script 2026-03-02 12:23:09 -06:00
PROMPTFOO_INTEGRATION_PLAN.md feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
promptfooconfig.yaml feat(calendar): implement calendar view with event filtering and detail display 2026-03-12 21:20:11 -05:00
SETUP.md feat: add development setup guide and instructions for local environment configuration 2026-03-01 12:16:17 -06:00
skills-lock.json Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00
tsconfig.json Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
UPGRADE_PLAN.md feat: add Smart Search Panel with semantic search capabilities 2026-03-06 16:13:36 -06:00