-
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
Improve onboarding demo data #3175
Comments
For improving demo data, let's mock up (e.g. on paper) a couple dashboards/graphs we want to show and reverse-engineer the demo data generation from that. @paolodamico or @yakkomajuri would you be up for doing the mock graphs? |
As discussed on Slack, @yakkomajuri is helping us out mock up the different dashboards we'll show as part of the demo data generation. Yakko as additional context, I think it's important to consider which dashboards we want to show depending on which type of user / products the user selected (e.g. we wouldn't show you a mobile app dashboard if you don't have mobile apps, etc.), as well as maybe which dashboards we want to highlight/pin. |
Ok so a prelude here: The demo data generation I built was made to allow the creation of nice dashboards from it. I just didn't put as much focus (lack of time) on dashboard panel generation when I built it, but manually built dashboards on the playground. I'd suggest you check them out. Completely agree with you @paolodamico on making sure different profiles see what's most relevant to them. The current data essentially covers 3 main areas: mobile, web, and sales. Another point is that we should make sure users see all chart types, different colors, different sizes, etc. It's also worth having some cohorts, feature flags, etc. Inspiration ScreenshotsEDIT: Just noticed with these screenshots that we might have a problem with our annotations UI! Further Panel ExamplesTo prevent repetition with multiple screenshots of the same thing with different labels, here are some descriptions of panels I'd like to see for different user types that cannot already be found on the playground's dashboards: EngineerExceptions over time
Exceptions breakdown by type
MarketingMarketing conversion funnel by source
Breakdown of signups by initial referrer
Customer SuccessSome retention metric (e.g. Hogflix watched movie)
Will continue adding more ideas and mockups here. We can and should iterate here. |
Thanks @yakkomajuri, looking pretty good! Some raw/random thoughts on things we could improve,
As a side note I also think that we could check out Amplitude's demo to get some more ideas too. |
Closing this as it doesn't seem we'll be doing demo data in onboarding, definitely some useful inspiration for my demo data project though. |
After the last PR of the series (#3174) of #2822, we still need to do a significant improvement to demo data & dashboards. Right now we drop the user into a very basic environment that's lacking a ton of more useful data, we particularly need to leverage the information from the personalization screen to show information that will be most relevant for the user.
EDIT: Rest of improvements to the new onboarding experience spun out to #3351. This issue now only pertains to improving the onboarding demo data.
The text was updated successfully, but these errors were encountered: