-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Configuration coachmark #19413
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
Configuration coachmark #19413
Conversation
| optional string signup_goals_other = 10; | ||
| optional string onboarded_timestamp = 11; | ||
| optional string company_size = 12; | ||
| map<string, string> coachmarks_dismissals = 13; |
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.
I hope to use this for future dialogs of this nature to not bloat the profile object.
| } | ||
|
|
||
| // User already knows about the feature | ||
| if (history.location.pathname.startsWith("/repositories")) { |
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.
Could also dismiss automatically if a user visits /prebuilds. No strong opinion here.
components/dashboard/src/repositories/coachmarks/MigrationCoachmark.tsx
Outdated
Show resolved
Hide resolved
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.
Working ✅
Code LGTM (a small suggestion) ✅
We should ensure to release this under the same features flag we are using in #19398, so that it is only visible after our release.
Co-authored-by: Siddhant Khare <siddhant@gitpod.io>
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.
re-approove to unblock the merge
Description
Add coachmarks for letting users know about the transition to Configurations.
Related Issue(s)
Fixes EXP-1017
How to test
Open the preview environment.
Preview status
Gitpod was successfully deployed to your preview environment.
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-testPublish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/previewIf enabled this will create the environment on GCE infra
Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
Valid options are
all,workspace,webapp,ide,jetbrains,vscode,ssh. If enabled,with-previewandwith-large-vmwill be enabled.