Skip to content

Commit

Permalink
chore: update leaderboard
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
EvolutionX-10 authored and github-actions[bot] committed Oct 28, 2023
1 parent 4bbfd9e commit 8b8adef
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 23 deletions.
23 changes: 17 additions & 6 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,11 @@
"enrollDate": 1695737970000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Perform Foundational Infrastructure Tasks in Google Cloud",
"badgeID": "5820239",
"badgeDate": 1698364800000
},
{
"badgeName": "Create and Manage Cloud Resources",
"badgeID": "5820113",
Expand Down Expand Up @@ -2081,8 +2086,8 @@
"badgeDate": 1696723200000
}
],
"skills": 6,
"trackOne": 5,
"skills": 7,
"trackOne": 6,
"trackTwo": 1
},
{
Expand Down Expand Up @@ -2504,10 +2509,16 @@
"profileLink": "https://www.cloudskillsboost.google/public_profiles/68343cc5-4cae-4f77-a4ea-5c500f7c8afc",
"enrollDate": 1695738566000,
"isEnrollStatusGood": true,
"badges": [],
"skills": 0,
"badges": [
{
"badgeName": "Level 3 GenAI: Prompt Engineering",
"badgeID": "5820386",
"badgeDate": 1698364800000
}
],
"skills": 1,
"trackOne": 0,
"trackTwo": 0
"trackTwo": 1
},
{
"name": "Vaibhav Rajendrasingh Gautam",
Expand Down Expand Up @@ -5531,5 +5542,5 @@
"trackTwo": 1
}
],
"time": "Saturday, October 28, 2023 at 7:45 AM"
"time": "Saturday, October 28, 2023 at 8:40 AM"
}
34 changes: 17 additions & 17 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,14 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1698364800000
},
{
"name": "Mrunal Vinod Thakre",
"skills": 7,
"trackOne": 6,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698364800000
},
{
"name": "Ankit Pande",
"skills": 7,
Expand Down Expand Up @@ -583,14 +591,6 @@ export const leaderBoardData = [
"color": "green",
"latestSkill": 1698192000000
},
{
"name": "Mrunal Vinod Thakre",
"skills": 6,
"trackOne": 5,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698364800000
},
{
"name": "Aarsh Vilas Gangulwar",
"skills": 6,
Expand Down Expand Up @@ -919,6 +919,14 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1698364800000
},
{
"name": "Yash Rajendra Patni",
"skills": 1,
"trackOne": 0,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698364800000
},
{
"name": "Yash Vijayrao Tapre",
"skills": 0,
Expand Down Expand Up @@ -967,14 +975,6 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": null
},
{
"name": "Yash Rajendra Patni",
"skills": 0,
"trackOne": 0,
"trackTwo": 0,
"color": "black",
"latestSkill": null
},
{
"name": "Ananya Raut",
"skills": 0,
Expand Down Expand Up @@ -1153,4 +1153,4 @@ export const leaderBoardData = [
}
];

export const updateTime = "Saturday, October 28, 2023 at 7:45 AM"
export const updateTime = "Saturday, October 28, 2023 at 8:40 AM"

0 comments on commit 8b8adef

Please sign in to comment.