-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualize a session based on paths #5241
Comments
Thanks for sharing @macobo It's a really interesting problem space - and don't think there are any particularly good solutions on the market today. I think it would be great to overlay a number of users sessions to understand what happened in common between them - although I think this is going to be a particularly difficult design problem (cc: @clarkus) I think it would be really powerful to visualize an aggregated and be able to see how individuals differ similar to below: I think the colors for different pages could be valuable but perhaps that will be too high level to get meaningful information from, maybe we could use certain events or actions combined with to determine the colors? It might be good to use brightness or some other dimension to highlight the intensity of what the user is doing - e.g. dark if they're not doing much, bright if they're triggering a lot of events etc. @joethreepwood previously suggested we could even try overlay recordings like this game: https://www.transformice.com Would really love to hear @clarkus's thoughts |
Sorry I haven't responded to this yet. I lost track of it along with some other sessions responses, so I thought I had already gotten to it. Highlighting events in common makes sense to me. I'd need to work through some ideas to figure out scale, but it seems very feasible. What if we could take it a step further? What if we could apply a "type" or "category" to actions so that we can later gather them into meaningful groups. We can bake in a lot of structure with our default events, but if a user is already using actions, classifying them into types would make it easier to find them in selection lists, but would also give us a meaningful starting point to give those groups some distinct visual representation. Some ideas could be "high friction" events, "transactional or retail" events, management (settings, user profile actions, etc), etc. With some classification of events and actions, we can show the commonalities between sessions, but we can also give some secondary means of visualizing types. This same idea could apply to summarizing sessions / session records outside of a comparison context. I think this idea could help a user jump to a specific point on a recording timeline where there are a high concentration of "high friction" events. Edit - the issue at #2334 does a good job describing this idea. |
This makes sense to me. I wonder what categories we can infer without much effort (e.g. Bad stuff = errors, rage clicks, etc, User triggered = clicks, UI events etc...) |
This is now a moot point due to the removal of the Sessions page. |
Is your feature request related to a problem?
Raw idea related to #4884
Goal is to:
Target persona: qualitatively
Describe the solution you'd like
We initially automatically assign colors to different parts of their app, but users can change the colors via the expanded version.
If we wanted to make the display even more busy, we could also highlight searched and key events/actions in the bar when expanded. Related: #5240
Describe alternatives you've considered
Listing key events
Additional context
See a user request in a similar vein: #2335
cc @marcushyett-ph @paolodamico @clarkus
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: