Gantt chart component #15

Closed
opened 2026-01-28 19:04:41 +00:00 by jason.woltje · 0 comments
Owner

Implement interactive Gantt chart for project management.

Features:

  • Timeline view (day/week/month/quarter)
  • Drag to resize task duration
  • Drag to move tasks
  • Dependencies between tasks (arrows)
  • Milestones
  • Today marker
  • Zoom controls

Data binding:

  • Tasks with start_date, end_date
  • Task dependencies
  • Progress percentage
  • Assignee avatars

Libraries to evaluate:

  • dhtmlx-gantt
  • frappe-gantt
  • Custom with Canvas/SVG

Requirements:

  • Responsive (works on tablet)
  • Accessible (keyboard navigation)
  • Print-friendly view
  • Export to image/PDF
Implement interactive Gantt chart for project management. **Features:** - Timeline view (day/week/month/quarter) - Drag to resize task duration - Drag to move tasks - Dependencies between tasks (arrows) - Milestones - Today marker - Zoom controls **Data binding:** - Tasks with start_date, end_date - Task dependencies - Progress percentage - Assignee avatars **Libraries to evaluate:** - dhtmlx-gantt - frappe-gantt - Custom with Canvas/SVG **Requirements:** - Responsive (works on tablet) - Accessible (keyboard navigation) - Print-friendly view - Export to image/PDF
jason.woltje added this to the M3-Features (0.0.3) milestone 2026-01-28 19:04:41 +00:00
jason.woltje added the webp0 labels 2026-01-28 19:04:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#15