-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Dashboard: promote features in the right bar #11287
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
Conversation
Small logic to decide which feature to promote. This is pretty simple for now, but it shows the pattern we are thinking about. Required by readthedocs/ext-theme#103
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great. I know we'll come back to this and tune it, and would like to revisit it fairly often. I do see new users into an organization getting the security logs block initially, so the fallback is probably the first thing to change next.
I could also see us eventually matching new user onboarding content with our drip email content, and then going into this logic. All of this is good for next additions here though.
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Small logic to decide which feature to promote.
This is pretty simple for now, but it shows the pattern we are thinking about.
Required by readthedocs/ext-theme#103