-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
This ticket will track adding in a new step 2 to the onboarding flow, after the skills entry, matching the look and feel shown in the Figma above.
The Open to Work field is kept in the personalization trait on the member traits, specifically the availableForGigs flag like:
{
"userId": 88778088,
"traitId": "personalization",
"categoryName": "Personalization",
"traits": {
"traitId": "personalization",
"data": [
{
"userConsent": false
},
{
"availableForGigs": false
}
]
},
"createdAt": 1660674005761,
"updatedAt": 1688524356042,
"createdBy": 88778088,
"updatedBy": 88778088
},
NOTE - when the user is new, they will not have the personalization trait on their account at all, so we will need to add it.
If the user already has the personalization trait, and the availableForGigs flag is already set, that should be reflected in the initial state of this screen when it's loaded for the user.
Screen
Metadata
Metadata
Assignees
Labels
No labels
