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 27, 2023
1 parent fb60f52 commit 687278b
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 @@ -532,14 +532,19 @@
"enrollDate": 1695735861000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Google Cloud Computing Foundations: Cloud Computing Fundamentals",
"badgeID": "5801397",
"badgeDate": 1698364800000
},
{
"badgeName": "Level 3 GenAI: Prompt Engineering",
"badgeID": "5550905",
"badgeDate": 1696896000000
}
],
"skills": 1,
"trackOne": 0,
"skills": 2,
"trackOne": 1,
"trackTwo": 1
},
{
Expand Down Expand Up @@ -4872,5 +4877,5 @@
"trackTwo": 1
}
],
"time": "Friday, October 27, 2023 at 10:39 AM"
"time": "Friday, October 27, 2023 at 11:42 AM"
}
18 changes: 9 additions & 9 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,14 @@ export const leaderBoardData = [
"color": "green",
"latestSkill": 1698278400000
},
{
"name": "Ashutosh Tripathi",
"skills": 2,
"trackOne": 1,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698364800000
},
{
"name": "Archeta Kailash Sugandh",
"skills": 1,
Expand All @@ -759,14 +767,6 @@ export const leaderBoardData = [
"color": "black",
"latestSkill": 1696809600000
},
{
"name": "Ashutosh Tripathi",
"skills": 1,
"trackOne": 0,
"trackTwo": 1,
"color": "green",
"latestSkill": 1696896000000
},
{
"name": "Vedant Ramesh Bhutada",
"skills": 1,
Expand Down Expand Up @@ -1153,4 +1153,4 @@ export const leaderBoardData = [
}
];

export const updateTime = "Friday, October 27, 2023 at 10:39 AM"
export const updateTime = "Friday, October 27, 2023 at 11:42 AM"

0 comments on commit 687278b

Please sign in to comment.