gsxdsm
f0a15db85c
FN-7286: add productivity duration trends
Expose completed-task duration trends in Command Center productivity analytics.
- Add daily average and median active-duration buckets to productivity analytics.
- Render a duration-over-time line chart when qualifying completed-task history exists.
- Extend chart formatting and tests for duration labels, empty trend states, and analytics aggregation.
- Add a patch changeset for the published Fusion package.
Files changed:
.changeset/fn-7286-duration-trend.md | 7 +++
.../src/__tests__/productivity-analytics.test.ts | 50 +++++++++++++++++++++
packages/core/src/productivity-analytics.ts | 39 +++++++++++++++-
.../command-center/areas/ProductivityArea.tsx | 52 +++++++++++++++++++++-
.../areas/__tests__/areas.test-harness.tsx | 16 +++++++
.../command-center/areas/__tests__/areas.test.tsx | 46 +++++++++++++++++++
.../command-center/charts/recharts/LineChart.tsx | 21 +++++++--
7 files changed, 225 insertions(+), 6 deletions(-)
Fusion-Task-Id: FN-7286
Fusion-Task-Lineage: f9c486d0-dd8c-4736-9e8a-e658b7faecc1
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-06-30 10:30:57 -07:00
..
2026-06-30 10:30:57 -07:00
2026-06-28 12:49:55 -07:00
2026-06-28 12:49:55 -07:00
2026-04-18 23:41:47 -07:00
2026-06-20 10:28:25 -07:00