Skip to main content

Agenda / Calendar Page

Status: ✅ Complete
Last Updated: 2026-01-19

Overview​

Google Calendar-style agenda page with month/week/day views, event creation/editing, drag & drop rescheduling, and integration across all domains (training, social, finance, wear, etc.).

Implementation Details​

Backend (Complete)​

  • ✅ AgendaService with unified CalendarEvent model
  • ✅ Domain mappers for all event types
  • ✅ Range query endpoint: GET /api/agenda/range?start=...&end=...
  • ✅ Comprehensive backend tests

Frontend (Complete)​

  • ✅ AgendaPage with month/week/day views
  • ✅ QuickCreateModal for fast event creation
  • ✅ EventDrawer for event details and editing
  • ✅ Drag & drop rescheduling
  • ✅ Resize handles for duration changes
  • ✅ Domain filters and search
  • ✅ Comprehensive frontend tests

Features​

  • ✅ Month/Week/Day views with navigation
  • ✅ Event creation by clicking calendar
  • ✅ Drag-to-create time ranges
  • ✅ Drag & drop rescheduling
  • ✅ Resize event duration
  • ✅ Wear/outfit integration
  • ✅ Social + People integration
  • ✅ Finance integration (recurring payments, large expenses)
  • ✅ Gamification integration

See docs/project/TODO.md lines 164-227 for detailed implementation notes.