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 5fb6aa6 commit 92f8af7
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 2 deletions.
63 changes: 62 additions & 1 deletion db.json
Original file line number Diff line number Diff line change
Expand Up @@ -3562,6 +3562,67 @@
"trackOne": 8,
"trackTwo": 1
},
{
"name": "Nidhi Manyam",
"profileLink": "https://www.cloudskillsboost.google/public_profiles/feaaf45c-dd7b-4b18-a64a-b09b2972f8e7",
"enrollDate": 1695739330000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Google Cloud Computing Foundations: Infrastructure in Google Cloud",
"badgeID": "5883400",
"badgeDate": 1698624000000
},
{
"badgeName": "Introduction to Generative AI",
"badgeID": "5882375",
"badgeDate": 1698624000000
},
{
"badgeName": "Level 3 GenAI: Prompt Engineering",
"badgeID": "5882225",
"badgeDate": 1698624000000
},
{
"badgeName": "Perform Foundational Data, ML, and AI Tasks in Google Cloud",
"badgeID": "5879908",
"badgeDate": 1698624000000
},
{
"badgeName": "Google Cloud Computing Foundations: Networking &amp; Security in Google Cloud",
"badgeID": "5878115",
"badgeDate": 1698624000000
},
{
"badgeName": "Google Cloud Computing Foundations: Data, ML, and AI in Google Cloud",
"badgeID": "5877879",
"badgeDate": 1698624000000
},
{
"badgeName": "Perform Foundational Infrastructure Tasks in Google Cloud",
"badgeID": "5877007",
"badgeDate": 1698624000000
},
{
"badgeName": "Google Cloud Computing Foundations: Cloud Computing Fundamentals",
"badgeID": "5875767",
"badgeDate": 1698624000000
},
{
"badgeName": "Build and Secure Networks in Google Cloud",
"badgeID": "5873094",
"badgeDate": 1698624000000
},
{
"badgeName": "Create and Manage Cloud Resources",
"badgeID": "5847705",
"badgeDate": 1698537600000
}
],
"skills": 9,
"trackOne": 8,
"trackTwo": 1
},
{
"name": "Shruti Sharma",
"profileLink": "https://www.cloudskillsboost.google/public_profiles/68d7c452-e064-4ea1-988b-7cc3998a1918",
Expand Down Expand Up @@ -6781,5 +6842,5 @@
"trackTwo": 1
}
],
"time": "Tuesday, October 31, 2023 at 10:09 AM"
"time": "Tuesday, October 31, 2023 at 10:18 AM"
}
10 changes: 9 additions & 1 deletion src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,14 @@ export const leaderBoardData = [
"color": "blue",
"latestSkill": 1698624000000
},
{
"name": "Nidhi Manyam",
"skills": 9,
"trackOne": 8,
"trackTwo": 1,
"color": "blue",
"latestSkill": 1698624000000
},
{
"name": "Shruti Sharma",
"skills": 9,
Expand Down Expand Up @@ -1153,4 +1161,4 @@ export const leaderBoardData = [
}
];

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

0 comments on commit 92f8af7

Please sign in to comment.