-
Notifications
You must be signed in to change notification settings - Fork 1.3k
adding new profile fields for new onboarding flow #16467
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
started the job as gitpod-build-bmh-lead-enrichment-new-profile-fields.1 because the annotations in the pull request description changed |
7654102
to
d4cb653
Compare
/hold for feedback |
@@ -254,6 +254,16 @@ export interface ProfileDetails { | |||
companyName?: string; | |||
// the user's email | |||
emailAddress?: string; | |||
// the user's company website |
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.
Feels a bit unrelated, but: I have zero clue what this ProfileDetails
is used for. Feels like a merge-leftover.
The actual shape we're using is Profile
(see above). 😕
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.
Ok turns out I was wrong 🙈 ✔️
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.
/unhold |
Description
Adding a few new optional profile fields that we'll collect during some upcoming onboarding flow changes.
companyWebsite
We'll be asking for a user's company website instead of company. Rather than re-purposingcompany
, creating a new field as we experiment here.jobRole
This will be a response to us asking what a user's role is at their job. It will be a string value that we'll map to a list of options, such asfrontend
,backend
, data_analytics`, etc (actual list still tbd, but we'll keep this as a flexible string.jobRoleOther
- When user selects "Other" as their jobRole, we'll allow them to optionally provide a freeform value here.signupGoals
- This will be a response to us asking the user what they hope to accomplish when signing up with Gitpod. It will also be a string value that maps to a list of options we'll provide them.signupGoalsOther
- When user selects "Other" forsignupGoals
we'll let them optionally provide a freeform value here.How to test
Nothing to test currently, this just sets up some new optional fields that we'll begin using in subsequent PRs.
Release Notes
Documentation
Build Options:
Experimental feature to run the build with GitHub Actions (and not in Werft).
leeway-target=components:all
Run Leeway with
--dont-test
Publish Options
Installer Options
Add desired feature flags to the end of the line above, space separated
Preview Environment Options:
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh