- 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. |
||
|---|---|---|
| .. | ||
| use-calendar.ts | ||
| use-chat.ts | ||
| use-comments.ts | ||
| use-deliverables.ts | ||
| use-my-work.ts | ||
| use-notifications.ts | ||
| use-projects.ts | ||
| use-revisions.ts | ||
| use-semantic-search.ts | ||
| use-skills.ts | ||
| use-timeline-scroll.ts | ||
| use-timeline.ts | ||
| use-users.ts | ||
| use-workload.ts | ||