The User Journeys dashboard (visible only to platform admins) currently shows the Sankey flow with raw event identifiers and little summary of what the flow means. This task is about making the graph readable on its own and adding two supporting tables, so a reader can answer "where do people drop off?" and "which tasks actually get completed?" without decoding the diagram.
Proposed Improvements
- Add human-readable labels in the flow and tables: Show the display name for each action (e.g. "Translate interface msgs", "Install gadget", "Main Page wizard") instead of raw event keys (e.g. essential.install_gadget.). Each node label also carries its session count and share of the column, e.g. "Browsed tasks 412 · 64%".
- Add a summary line above the chart: For example: "Based on 640 sessions · 20% started a task · of those, 40% completed at least one · 99% dropped off before Step 6."
- Add a task completion table: A table that shows, out of the contributors who start each task, how many reach the finish.
- Add a top journeys table: A table that shows the most common exact paths, ranked by how many sessions took each.
Interactive Prototype: Link