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 31, 2023
1 parent 92f8af7 commit d751591
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 12 deletions.
31 changes: 28 additions & 3 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,31 @@
"enrollDate": 1695736998000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Introduction to Responsible AI",
"badgeID": "5891736",
"badgeDate": 1698710400000
},
{
"badgeName": "Build and Secure Networks in Google Cloud",
"badgeID": "5891600",
"badgeDate": 1698710400000
},
{
"badgeName": "Perform Foundational Infrastructure Tasks in Google Cloud",
"badgeID": "5890915",
"badgeDate": 1698710400000
},
{
"badgeName": "Google Cloud Computing Foundations: Cloud Computing Fundamentals",
"badgeID": "5890814",
"badgeDate": 1698710400000
},
{
"badgeName": "Perform Foundational Data, ML, and AI Tasks in Google Cloud",
"badgeID": "5890623",
"badgeDate": 1698710400000
},
{
"badgeName": "Create and Manage Cloud Resources",
"badgeID": "5890395",
Expand All @@ -1510,8 +1535,8 @@
"badgeDate": 1698537600000
}
],
"skills": 5,
"trackOne": 4,
"skills": 9,
"trackOne": 8,
"trackTwo": 1
},
{
Expand Down Expand Up @@ -6842,5 +6867,5 @@
"trackTwo": 1
}
],
"time": "Tuesday, October 31, 2023 at 10:18 AM"
"time": "Tuesday, October 31, 2023 at 11:56 AM"
}
18 changes: 9 additions & 9 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,14 @@ export const leaderBoardData = [
"color": "blue",
"latestSkill": 1698624000000
},
{
"name": "Gaurav Rakesh Singh",
"skills": 9,
"trackOne": 8,
"trackTwo": 1,
"color": "blue",
"latestSkill": 1698710400000
},
{
"name": "Naman Dhoot",
"skills": 8,
Expand Down Expand Up @@ -839,14 +847,6 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1698537600000
},
{
"name": "Gaurav Rakesh Singh",
"skills": 5,
"trackOne": 4,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698710400000
},
{
"name": "Rohit SohonLal Garg",
"skills": 4,
Expand Down Expand Up @@ -1161,4 +1161,4 @@ export const leaderBoardData = [
}
];

export const updateTime = "Tuesday, October 31, 2023 at 10:18 AM"
export const updateTime = "Tuesday, October 31, 2023 at 11:56 AM"

0 comments on commit d751591

Please sign in to comment.