Skip to content

Onboarding - Allow user to input their education #662

@jmgasper

Description

@jmgasper

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

Page

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

Requirement

The user should be able to enter their educational background. This data will be saved to the member traits, specifically the education trait

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

Data:

    {
        "userId": 88778088,
        "traitId": "education",
        "categoryName": "Education",
        "traits": {
            "traitId": "education",
            "data": [
                {
                    "major": "Mater",
                    "timePeriodFrom": "2022-08-03T09:00:00.000Z",
                    "graduated": false,
                    "schoolCollegeName": "Cambridge University"
                },
                {
                    "timePeriodTo": "2022-08-06T09:00:00.000Z",
                    "major": "Harvard University",
                    "timePeriodFrom": "2020-08-02T09:00:00.000Z",
                    "graduated": true,
                    "schoolCollegeName": "Master Course Online"
                },
                {
                    "graduated": false,
                    "schoolCollegeName": "fdg"
                }
            ]
        },
        "createdAt": 1660677051580,
        "updatedAt": 1661199040772,
        "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.

UI

NOTE - this UI should be very similar to the work experience UI in #661

We can take the fields from the existing onboarding app:

SCR-20230621-kbsn

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