Skip to content

Onboarding - Allow user to input their work experience #661

@jmgasper

Description

@jmgasper

REF: https://topcoder.atlassian.net/browse/MP-93

Page

This will be page 3 of 7 (shown on the footer)

Requirement

The user should be able to enter their work experience. This data will be saved to the member traits, specifically the work trait

Endpoint: https://api.topcoder-dev.com/members/:handle/traits

Data:

    {
        "userId": 88778088,
        "traitId": "work",
        "categoryName": "Work",
        "traits": {
            "traitId": "work",
            "data": [
                {
                    "timePeriodTo": "2022-08-16T09:00:00.000Z",
                    "timePeriodFrom": "2022-08-03T09:00:00.000Z",
                    "cityTown": "Dublin",
                    "working": true,
                    "company": "Topcoder",
                    "industry": "IT",
                    "position": "Designer"
                },
                {
                    "working": false,
                    "company": "test",
                    "position": "test"
                },
                {
                    "cityTown": "test",
                    "working": true,
                    "company": "test",
                    "industry": "test",
                    "position": "test"
                }
            ]
        },
        "createdAt": 1660675823533,
        "updatedAt": 1687149095251,
        "createdBy": 88778088,
        "updatedBy": 88778088
    }

Note that this is already implemented in the existing MFE onboarding app, so we should just be able to re-use the same sort of functionality that's already there.

LinkedIn

The Connect to LinkedIn button is out of scope

UI

Base Wire

Overlay

Base Wire

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