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 29, 2023
1 parent e6b5c82 commit f88d8c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
11 changes: 8 additions & 3 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,11 @@
"enrollDate": 1695735478000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Perform Foundational Data, ML, and AI Tasks in Google Cloud",
"badgeID": "5862669",
"badgeDate": 1698537600000
},
{
"badgeName": "Build and Secure Networks in Google Cloud",
"badgeID": "5862281",
Expand Down Expand Up @@ -673,8 +678,8 @@
"badgeDate": 1698451200000
}
],
"skills": 7,
"trackOne": 7,
"skills": 8,
"trackOne": 8,
"trackTwo": 0
},
{
Expand Down Expand Up @@ -6596,5 +6601,5 @@
"trackTwo": 1
}
],
"time": "Monday, October 30, 2023 at 2:38 AM"
"time": "Monday, October 30, 2023 at 3:38 AM"
}
18 changes: 9 additions & 9 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,14 @@ export const leaderBoardData = [
"color": "blue",
"latestSkill": 1698537600000
},
{
"name": "Radhika Manish Shukla",
"skills": 8,
"trackOne": 8,
"trackTwo": 0,
"color": "green",
"latestSkill": 1698537600000
},
{
"name": "Lavinya Bopche",
"skills": 8,
Expand All @@ -767,14 +775,6 @@ export const leaderBoardData = [
"color": "green",
"latestSkill": 1698451200000
},
{
"name": "Radhika Manish Shukla",
"skills": 7,
"trackOne": 7,
"trackTwo": 0,
"color": "black",
"latestSkill": 1698537600000
},
{
"name": "Naman Dhoot",
"skills": 7,
Expand Down Expand Up @@ -1153,4 +1153,4 @@ export const leaderBoardData = [
}
];

export const updateTime = "Monday, October 30, 2023 at 2:38 AM"
export const updateTime = "Monday, October 30, 2023 at 3:38 AM"

0 comments on commit f88d8c3

Please sign in to comment.