Release 0.15.0-alpha #43

Merged
uz1mani merged 61 commits from staging into main 2026-03-12 23:13:42 +00:00
uz1mani commented 2026-03-12 23:10:54 +00:00 (Migrated from github.com)

Summary

  • User Journeys tab with Sankey flow diagram (d3-sankey), entry point filtering, depth control (2-5), top paths table
  • Behavior tab with rage click & dead click detection, frustration summary cards, by-page breakdown, scroll depth (moved from dashboard)
  • Scheduled Reports UI in site settings — daily/weekly/monthly with time-of-day scheduling, email/Slack/Discord/webhook channels
  • Removed realtime visitors detail page (live count still works)
  • Region names fix, bundled dashboard data fetch, and numerous UI polish items from 0.14.0-alpha

Changes

  • 121 files changed, ~15.5k additions, ~4.3k deletions
  • New components: SankeyDiagram, TopPathsTable, FrustrationSummaryCards, FrustrationTable, FrustrationByPageTable, FrustrationTrend
  • New pages: /sites/[id]/journeys, /sites/[id]/behavior
  • Removed: /sites/[id]/realtime detail page, realtime.ts API client
  • Added d3-sankey for Sankey diagram, custom SVG rendering with hover interactions

Test plan

  • Verify Journeys tab loads with Sankey diagram for sites with traffic
  • Verify depth slider (2-5) and entry point filter work correctly
  • Verify node hover highlights only connected links
  • Verify Behavior tab shows rage/dead click data
  • Verify Scheduled Reports CRUD in site settings
  • Verify realtime page redirect/removal
## Summary - User Journeys tab with Sankey flow diagram (d3-sankey), entry point filtering, depth control (2-5), top paths table - Behavior tab with rage click & dead click detection, frustration summary cards, by-page breakdown, scroll depth (moved from dashboard) - Scheduled Reports UI in site settings — daily/weekly/monthly with time-of-day scheduling, email/Slack/Discord/webhook channels - Removed realtime visitors detail page (live count still works) - Region names fix, bundled dashboard data fetch, and numerous UI polish items from 0.14.0-alpha ## Changes - 121 files changed, ~15.5k additions, ~4.3k deletions - New components: `SankeyDiagram`, `TopPathsTable`, `FrustrationSummaryCards`, `FrustrationTable`, `FrustrationByPageTable`, `FrustrationTrend` - New pages: `/sites/[id]/journeys`, `/sites/[id]/behavior` - Removed: `/sites/[id]/realtime` detail page, `realtime.ts` API client - Added `d3-sankey` for Sankey diagram, custom SVG rendering with hover interactions ## Test plan - [x] Verify Journeys tab loads with Sankey diagram for sites with traffic - [x] Verify depth slider (2-5) and entry point filter work correctly - [x] Verify node hover highlights only connected links - [x] Verify Behavior tab shows rage/dead click data - [x] Verify Scheduled Reports CRUD in site settings - [x] Verify realtime page redirect/removal
Sign in to join this conversation.
No description provided.