From d75159143abd26d7e9e7a5824247a1cb267103dc Mon Sep 17 00:00:00 2001 From: EvolutionX-10 Date: Tue, 31 Oct 2023 06:26:06 +0000 Subject: [PATCH] chore: update leaderboard Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- db.json | 31 ++++++++++++++++++++++++++++--- src/components/leaderBoard.ts | 18 +++++++++--------- 2 files changed, 37 insertions(+), 12 deletions(-) diff --git a/db.json b/db.json index c426ee1d..ef966fc4 100644 --- a/db.json +++ b/db.json @@ -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", @@ -1510,8 +1535,8 @@ "badgeDate": 1698537600000 } ], - "skills": 5, - "trackOne": 4, + "skills": 9, + "trackOne": 8, "trackTwo": 1 }, { @@ -6842,5 +6867,5 @@ "trackTwo": 1 } ], - "time": "Tuesday, October 31, 2023 at 10:18 AM" + "time": "Tuesday, October 31, 2023 at 11:56 AM" } \ No newline at end of file diff --git a/src/components/leaderBoard.ts b/src/components/leaderBoard.ts index 189abfe0..eb1ce506 100644 --- a/src/components/leaderBoard.ts +++ b/src/components/leaderBoard.ts @@ -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, @@ -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, @@ -1161,4 +1161,4 @@ export const leaderBoardData = [ } ]; -export const updateTime = "Tuesday, October 31, 2023 at 10:18 AM" \ No newline at end of file +export const updateTime = "Tuesday, October 31, 2023 at 11:56 AM" \ No newline at end of file