Skip to content

Commit 4674fbe

Browse files
committed
updating new marking scheme
1 parent b6f0227 commit 4674fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ async function getPRs(github_username, start_date, end_date) {
297297
});
298298

299299
// SCORE CALCULATION
300-
let possible_scores = {"level0": 5, "level1": 10, "level2": 15, "level3": 25};
300+
let possible_scores = {"level0": 5, "level1": 10, "level2": 25, "level3": 45};
301301

302302
// combine all labels from all merged PRs into an array
303303
let merged_labels = [];

resource/2020/data_project_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ const project_list = {
14651465
technology_used: "Python, Flask",
14661466
repo_fullname: "vikasdo/Book-Recommendation-Analysis",
14671467
// project_slack_channel: "",
1468-
github: "vikasdo/Book-Recommendation-Analysis",
1468+
// github: "vikasdo/Book-Recommendation-Analysis",
14691469
14701470
mentors_id: [
14711471
{

0 commit comments

Comments
 (0)