Gantt Chart Enhancements Map #1

Open
opened 2026-08-02 17:50:02 +02:00 by SirStone · 0 comments
Owner

Destination

A clear legend mapping project colors and intuitive week/month/year view toggles for the Gantt chart.

Notes

  • Domain: Project Management UI / Gantt Chart
  • Consult: Svelte 5 runes, CSS variables, date utility functions.

Decisions so far

  • What does the color shading system represent in the Gantt chart? — Shading = task status (5 states: todo, in progress, blocked, overdue, done). All tonal variants of the project's base color; borders carry extra per-status differentiation. Done = ghost shade, always visible, read-only. Cancelled/won't-do hidden entirely.

Not yet specified

  • UI design and placement of the view mode selector (tabs vs dropdown)
  • Legend placement, styling, and how project names/colors are presented cleanly
  • Exact date-math and grouping logic for week vs month vs year horizons
  • Done tasks are read-only/frozen once in that state — interaction and data rules to define
  • "Late" is a project-level predictive warning (not a task status) — what triggers it and how it surfaces in the UI

Out of scope

## Destination A clear legend mapping project colors and intuitive week/month/year view toggles for the Gantt chart. ## Notes - Domain: Project Management UI / Gantt Chart - Consult: Svelte 5 runes, CSS variables, date utility functions. ## Decisions so far - [What does the color shading system represent in the Gantt chart?](https://git.fossellini.top/SirStone/Project_Management_for_ADHD_wayfinder_test/issues/4) — Shading = task status (5 states: todo, in progress, blocked, overdue, done). All tonal variants of the project's base color; borders carry extra per-status differentiation. Done = ghost shade, always visible, read-only. Cancelled/won't-do hidden entirely. ## Not yet specified - UI design and placement of the view mode selector (tabs vs dropdown) - Legend placement, styling, and how project names/colors are presented cleanly - Exact date-math and grouping logic for week vs month vs year horizons - Done tasks are read-only/frozen once in that state — interaction and data rules to define - "Late" is a project-level predictive warning (not a task status) — what triggers it and how it surfaces in the UI ## Out of scope
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SirStone/Project_Management_for_ADHD_wayfinder_test#1