-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
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.
The Connect to LinkedIn button is out of scope
UI
Metadata
Metadata
Assignees
Labels
No labels


