mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(client): add job experience widget to profile (#63503)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -53,6 +53,7 @@ module.exports.blankUser = {
|
||||
isFoundationalCSharpCertV8: false,
|
||||
completedChallenges: [],
|
||||
portfolio: [],
|
||||
experience: [],
|
||||
yearsTopContributor: [],
|
||||
rand: 0.6126749173148205,
|
||||
theme: 'default',
|
||||
@@ -66,6 +67,7 @@ module.exports.blankUser = {
|
||||
showName: false,
|
||||
showPoints: false,
|
||||
showPortfolio: false,
|
||||
showExperience: false,
|
||||
showTimeLine: false
|
||||
},
|
||||
badges: {
|
||||
@@ -115,6 +117,7 @@ module.exports.publicUser = {
|
||||
isFoundationalCSharpCertV8: false,
|
||||
completedChallenges: [],
|
||||
portfolio: [],
|
||||
experience: [],
|
||||
yearsTopContributor: [],
|
||||
rand: 0.6126749173148205,
|
||||
theme: 'default',
|
||||
@@ -128,6 +131,7 @@ module.exports.publicUser = {
|
||||
showName: true,
|
||||
showPoints: true,
|
||||
showPortfolio: true,
|
||||
showExperience: true,
|
||||
showTimeLine: true
|
||||
},
|
||||
badges: {
|
||||
@@ -178,6 +182,7 @@ module.exports.demoUser = {
|
||||
isJsAlgoDataStructCertV8: false,
|
||||
completedChallenges: [],
|
||||
portfolio: [],
|
||||
experience: [],
|
||||
yearsTopContributor: [],
|
||||
rand: 0.6126749173148205,
|
||||
theme: 'default',
|
||||
@@ -191,6 +196,7 @@ module.exports.demoUser = {
|
||||
showName: false,
|
||||
showPoints: false,
|
||||
showPortfolio: false,
|
||||
showExperience: false,
|
||||
showTimeLine: false
|
||||
},
|
||||
badges: {
|
||||
@@ -12310,6 +12316,7 @@ module.exports.fullyCertifiedUser = {
|
||||
}
|
||||
],
|
||||
portfolio: [],
|
||||
experience: [],
|
||||
yearsTopContributor: ['2019'],
|
||||
rand: 0.6126749173148205,
|
||||
theme: 'default',
|
||||
@@ -12324,6 +12331,7 @@ module.exports.fullyCertifiedUser = {
|
||||
showName: true,
|
||||
showPoints: true,
|
||||
showPortfolio: true,
|
||||
showExperience: true,
|
||||
showTimeLine: true
|
||||
},
|
||||
badges: {
|
||||
|
||||
Reference in New Issue
Block a user