Skip to content

New "Open to Work" screen #709

@jmgasper

Description

@jmgasper

Figma: https://www.figma.com/file/cqfqcGos3CXJCDjMVmmbwf/Onboarding---UI-Design?type=design&node-id=126-20608&mode=design&t=oKVQkfciAcLbwK58-0

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

Onboarding Step 02 - Open to Work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions