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 25, 2023
1 parent 0737721 commit c7689d9
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 @@ -1207,6 +1207,11 @@
"enrollDate": 1695737216000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Build and Secure Networks in Google Cloud",
"badgeID": "5781521",
"badgeDate": 1698192000000
},
{
"badgeName": "Create and Manage Cloud Resources",
"badgeID": "5754269",
Expand All @@ -1233,8 +1238,8 @@
"badgeDate": 1697846400000
}
],
"skills": 5,
"trackOne": 5,
"skills": 6,
"trackOne": 6,
"trackTwo": 0
},
{
Expand Down Expand Up @@ -4275,5 +4280,5 @@
"trackTwo": 0
}
],
"time": "Thursday, October 26, 2023 at 3:39 AM"
"time": "Thursday, October 26, 2023 at 4:40 AM"
}
18 changes: 9 additions & 9 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,14 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1698192000000
},
{
"name": "Suryansh Kashyap",
"skills": 6,
"trackOne": 6,
"trackTwo": 0,
"color": "black",
"latestSkill": 1698192000000
},
{
"name": "Krushna Dande",
"skills": 6,
Expand All @@ -351,14 +359,6 @@ export const leaderBoardData = [
"color": "green",
"latestSkill": 1698192000000
},
{
"name": "Suryansh Kashyap",
"skills": 5,
"trackOne": 5,
"trackTwo": 0,
"color": "black",
"latestSkill": 1698105600000
},
{
"name": "Aditya Pratap Singh",
"skills": 5,
Expand Down Expand Up @@ -1153,4 +1153,4 @@ export const leaderBoardData = [
}
];

export const updateTime = "Thursday, October 26, 2023 at 3:39 AM"
export const updateTime = "Thursday, October 26, 2023 at 4:40 AM"

0 comments on commit c7689d9

Please sign in to comment.