Skip to content

Commit 7cb5502

Browse files
selfcontainedroboquat
authored andcommitted
adding new profile fields for new signup flow
1 parent 6829612 commit 7cb5502

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

components/gitpod-protocol/src/protocol.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,16 @@ export interface ProfileDetails {
254254
companyName?: string;
255255
// the user's email
256256
emailAddress?: string;
257+
// the user's company website
258+
companyWebsite?: string;
259+
// type of role user has in their job
260+
jobRole?: string;
261+
// freeform entry for job role user works in (when jobRole is "other")
262+
jobRoleOther?: string;
263+
// what user hopes to accomplish when they signed up
264+
signupGoals?: string;
265+
// freeform entry for signup goals (when signupGoals is "other")
266+
signupGoalsOther?: string;
257267
}
258268

259269
export interface EmailNotificationSettings {

0 commit comments

Comments
 (0)