From 72bd2c1b5c095836614fa2894c64a1886f04217d Mon Sep 17 00:00:00 2001 From: Lucian Date: Wed, 5 Jul 2023 10:43:57 -0700 Subject: [PATCH] chore(api): adding back old github weights temporarily while transitioning (#304) --- api/scorer/settings/gitcoin_passport_weights.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/scorer/settings/gitcoin_passport_weights.py b/api/scorer/settings/gitcoin_passport_weights.py index 397d40c61..247dad483 100644 --- a/api/scorer/settings/gitcoin_passport_weights.py +++ b/api/scorer/settings/gitcoin_passport_weights.py @@ -17,7 +17,10 @@ "Facebook": "0.52", "FacebookFriends": "0.83", "FacebookProfilePicture": "0.83", + "FiftyOrMoreGithubFollowers": "3.12", "FirstEthTxnProvider": "1.67", + "FiveOrMoreGithubRepos": "1.77", + "ForkedGithubRepoProvider": "1.77", "GitcoinContributorStatistics#numGr14ContributionsGte#1": "1.77", "GitcoinContributorStatistics#numGrantsContributeToGte#1": "1.67", "GitcoinContributorStatistics#numGrantsContributeToGte#10": "1.67", @@ -35,6 +38,7 @@ "GitcoinGranteeStatistics#totalContributionAmount#100": "2.6", "GitcoinGranteeStatistics#totalContributionAmount#1000": "1.04", "GitcoinGranteeStatistics#totalContributionAmount#10000": "0.52", + "Github": "0.52", "githubContributionActivityGte#30": "1.875", "githubContributionActivityGte#60": "1.875", "githubContributionActivityGte#120": "1.875", @@ -56,6 +60,8 @@ "SelfStakingSilver": "0.58", "SnapshotProposalsProvider": "1.67", "SnapshotVotesProvider": "1.77", + "StarredGithubRepoProvider": "1.67", + "TenOrMoreGithubFollowers": "2.4", "Twitter": "0.52", "TwitterFollowerGT100": "1.67", "TwitterFollowerGT500": "1.67",