Skip to content

Commit

Permalink
task: update leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Dec 6, 2024
1 parent b90a5c3 commit 35549b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
15 changes: 12 additions & 3 deletions app/carnival/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,34 @@ const MOCKED_WEEKLY_LEADERBOARD: Leaderboard[] = [
avatar: "https://avatars.githubusercontent.com/u/33208377?v=4",
name: "Kazunobu Ndong",
username: "ndkazu",
score: 18,
score: 22,
// https://github.com/paritytech/polkadot-sdk/issues/4859 - Completed - Estimation (6h): 8
// https://github.com/paritytech/polkadot-sdk/pull/6509 - Completed - Estimation (6h): 8
// https://github.com/paritytech/polkadot-sdk/issues/6194 - In Review: 1
// https://github.com/r0gue-io/pop-cli/issues/350 - In Review: 1
// https://github.com/galacticcouncil/hydration-node/issues/951 - In Review: 1
// https://github.com/r0gue-io/pop-cli/issues/350 - In Review: 1
// https://github.com/paritytech/polkadot-sdk/issues/6476 - Ask to Work: 1
// Kudos Support: 1
},
{
avatar: "https://avatars.githubusercontent.com/u/6019499?v=4",
name: "Silvereau",
username: "sylvaincormier",
score: 18,
score: 21,
// https://github.com/AstarNetwork/Astar/pull/1382 - Closed - Bonus Effort (6h): 6
// https://github.com/AstarNetwork/Astar/pull/1385 - Closed - Bonus Effort (8h): 12
// https://github.com/paritytech/polkadot-sdk/issues/5224 - Ask to Work - In Review: 2
// https://github.com/galacticcouncil/hydration-node/issues/952 - Ask to Work: 1
},
{
avatar: "https://avatars.githubusercontent.com/u/25376882?v=4",
name: "Ludovic Domingues",
username: "Krayt78",
score: 12, // Ask to Work - 10 (10 PRs for benchmarking v2) - In Review
score: 18, // Ask to Work - 11 (11 PRs for benchmarking v2) - In Review
// https://github.com/paritytech/polkadot-sdk/issues/590 - Ask to Work - In Review: 2
// https://github.com/paritytech/polkadot-sdk/pull/6618 - benchmarking - Merged +1
// https://github.com/paritytech/polkadot-sdk/pull/6617 - benchmarking - Merged +1
},
{
avatar: "https://avatars.githubusercontent.com/u/78631234?v=4",
Expand Down
11 changes: 7 additions & 4 deletions data/carnival.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export const CARNIVAL_WIP_ISSUES = [221983, 549614, 340597, 207450, 181996];
export const CARNIVAL_NEW_LISTED_ISSUES = [
394749, 630981, 593909, 183597, 183604, 183627, 771473, 771492, 927503,
export const CARNIVAL_WIP_ISSUES: number[] = [
221983, 549614, 340597, 207450, 181996, 927503, 771492, 771473, 317266,
182193, 182200,
];
export const CARNIVAL_NEW_LISTED_ISSUES: number[] = [];
export const CARNIVAL_CLOSED_ISSUES: number[] = [
221964, 182200, 185756, 317266, 182237,
];
export const CARNIVAL_CLOSED_ISSUES = [221964, 182200, 185756, 317266, 182237];

0 comments on commit 35549b1

Please sign in to comment.