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 f7ffc25 commit fe1300c
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 @@ -3128,6 +3128,11 @@
"enrollDate": 1695738566000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Google Cloud Computing Foundations: Networking &amp; Security in Google Cloud",
"badgeID": "5897681",
"badgeDate": 1698710400000
},
{
"badgeName": "Google Cloud Computing Foundations: Cloud Computing Fundamentals",
"badgeID": "5896400",
Expand All @@ -3154,8 +3159,8 @@
"badgeDate": 1698364800000
}
],
"skills": 5,
"trackOne": 4,
"skills": 6,
"trackOne": 5,
"trackTwo": 1
},
{
Expand Down Expand Up @@ -6892,5 +6897,5 @@
"trackTwo": 1
}
],
"time": "Tuesday, October 31, 2023 at 6:06 PM"
"time": "Tuesday, October 31, 2023 at 7:49 PM"
}
18 changes: 9 additions & 9 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,14 @@ export const leaderBoardData = [
"color": "green",
"latestSkill": 1698364800000
},
{
"name": "Yash Rajendra Patni",
"skills": 6,
"trackOne": 5,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698710400000
},
{
"name": "Vedant Sanjay Murai",
"skills": 5,
Expand All @@ -847,14 +855,6 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1698537600000
},
{
"name": "Yash Rajendra Patni",
"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 6:06 PM"
export const updateTime = "Tuesday, October 31, 2023 at 7:49 PM"

0 comments on commit fe1300c

Please sign in to comment.