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 f1c0b08 commit da9ba06
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 @@ -6218,6 +6218,11 @@
"enrollDate": 1695904651000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Google Cloud Computing Foundations: Networking &amp; Security in Google Cloud",
"badgeID": "5873037",
"badgeDate": 1698624000000
},
{
"badgeName": "Google Cloud Computing Foundations: Infrastructure in Google Cloud",
"badgeID": "5834156",
Expand All @@ -6239,8 +6244,8 @@
"badgeDate": 1696809600000
}
],
"skills": 3,
"trackOne": 2,
"skills": 4,
"trackOne": 3,
"trackTwo": 1
},
{
Expand Down Expand Up @@ -6611,5 +6616,5 @@
"trackTwo": 1
}
],
"time": "Monday, October 30, 2023 at 3:40 PM"
"time": "Monday, October 30, 2023 at 4:38 PM"
}
18 changes: 9 additions & 9 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,14 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1698451200000
},
{
"name": "Tanay Pande",
"skills": 4,
"trackOne": 3,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698624000000
},
{
"name": "Meharsh Mohitkumar Chandure",
"skills": 3,
Expand Down Expand Up @@ -871,14 +879,6 @@ export const leaderBoardData = [
"color": "green",
"latestSkill": 1698451200000
},
{
"name": "Tanay Pande",
"skills": 3,
"trackOne": 2,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698451200000
},
{
"name": "Vaibhav Rajendrasingh Gautam",
"skills": 3,
Expand Down Expand Up @@ -1153,4 +1153,4 @@ export const leaderBoardData = [
}
];

export const updateTime = "Monday, October 30, 2023 at 3:40 PM"
export const updateTime = "Monday, October 30, 2023 at 4:38 PM"

0 comments on commit da9ba06

Please sign in to comment.