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:
Sem Bauke
2026-01-22 09:30:50 +01:00
committed by GitHub
parent 59a54b5040
commit f68b471d6d
36 changed files with 1274 additions and 29 deletions
+8
View File
@@ -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: {