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 30, 2023
1 parent 84f37a1 commit ada3548
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 32 deletions.
38 changes: 29 additions & 9 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -4307,6 +4307,11 @@
"enrollDate": 1695744982000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Google Cloud Computing Foundations: Data, ML, and AI in Google Cloud",
"badgeID": "5879677",
"badgeDate": 1698624000000
},
{
"badgeName": "Google Cloud Computing Foundations: Infrastructure in Google Cloud",
"badgeID": "5802424",
Expand All @@ -4318,8 +4323,8 @@
"badgeDate": 1697241600000
}
],
"skills": 2,
"trackOne": 2,
"skills": 3,
"trackOne": 3,
"trackTwo": 0
},
{
Expand Down Expand Up @@ -4399,6 +4404,11 @@
"enrollDate": 1695746221000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Perform Foundational Data, ML, and AI Tasks in Google Cloud",
"badgeID": "5879794",
"badgeDate": 1698624000000
},
{
"badgeName": "Google Cloud Computing Foundations: Infrastructure in Google Cloud",
"badgeID": "5869923",
Expand Down Expand Up @@ -4445,8 +4455,8 @@
"badgeDate": 1698451200000
}
],
"skills": 8,
"trackOne": 7,
"skills": 9,
"trackOne": 8,
"trackTwo": 1
},
{
Expand Down Expand Up @@ -5198,6 +5208,11 @@
"enrollDate": 1695884660000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Level 3 GenAI: Prompt Engineering",
"badgeID": "5880604",
"badgeDate": 1698624000000
},
{
"badgeName": "Create and Manage Cloud Resources",
"badgeID": "5810294",
Expand All @@ -5224,9 +5239,9 @@
"badgeDate": 1697932800000
}
],
"skills": 5,
"skills": 6,
"trackOne": 5,
"trackTwo": 0
"trackTwo": 1
},
{
"name": "Yagyesh Bobde",
Expand Down Expand Up @@ -6218,6 +6233,11 @@
"enrollDate": 1695904651000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Perform Foundational Infrastructure Tasks in Google Cloud",
"badgeID": "5880797",
"badgeDate": 1698624000000
},
{
"badgeName": "Create and Manage Cloud Resources",
"badgeID": "5878039",
Expand Down Expand Up @@ -6254,8 +6274,8 @@
"badgeDate": 1696809600000
}
],
"skills": 6,
"trackOne": 5,
"skills": 7,
"trackOne": 6,
"trackTwo": 1
},
{
Expand Down Expand Up @@ -6626,5 +6646,5 @@
"trackTwo": 1
}
],
"time": "Monday, October 30, 2023 at 7:39 PM"
"time": "Monday, October 30, 2023 at 8:40 PM"
}
46 changes: 23 additions & 23 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,14 @@ export const leaderBoardData = [
"color": "blue",
"latestSkill": 1698537600000
},
{
"name": "Sasmeet Dharmik",
"skills": 9,
"trackOne": 8,
"trackTwo": 1,
"color": "blue",
"latestSkill": 1698624000000
},
{
"name": "Lavinya Bopche",
"skills": 8,
Expand All @@ -775,14 +783,6 @@ export const leaderBoardData = [
"color": "green",
"latestSkill": 1698451200000
},
{
"name": "Sasmeet Dharmik",
"skills": 8,
"trackOne": 7,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698624000000
},
{
"name": "Naman Dhoot",
"skills": 7,
Expand All @@ -793,19 +793,19 @@ export const leaderBoardData = [
},
{
"name": "Tanay Pande",
"skills": 6,
"trackOne": 5,
"skills": 7,
"trackOne": 6,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698624000000
},
{
"name": "Priyansh Subhash Nigam",
"skills": 5,
"skills": 6,
"trackOne": 5,
"trackTwo": 0,
"color": "black",
"latestSkill": 1698364800000
"trackTwo": 1,
"color": "green",
"latestSkill": 1698624000000
},
{
"name": "Vedant Sanjay Murai",
Expand Down Expand Up @@ -855,6 +855,14 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1698537600000
},
{
"name": "Sayyam Mutha",
"skills": 3,
"trackOne": 3,
"trackTwo": 0,
"color": "black",
"latestSkill": 1698624000000
},
{
"name": "Uttkarsh Shankarrao Khanke",
"skills": 3,
Expand Down Expand Up @@ -895,14 +903,6 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1698364800000
},
{
"name": "Sayyam Mutha",
"skills": 2,
"trackOne": 2,
"trackTwo": 0,
"color": "black",
"latestSkill": 1698364800000
},
{
"name": "Yashraj Santosh Kabra",
"skills": 2,
Expand Down Expand Up @@ -1153,4 +1153,4 @@ export const leaderBoardData = [
}
];

export const updateTime = "Monday, October 30, 2023 at 7:39 PM"
export const updateTime = "Monday, October 30, 2023 at 8:40 PM"

0 comments on commit ada3548

Please sign in to comment.