Skip to content

Commit fec66fa

Browse files
committed
Add more initiatives and improve weight config
1 parent 3f7c14c commit fec66fa

31 files changed

Lines changed: 605 additions & 92 deletions

config/grain.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"immediatePerWeek": 0,
3-
"balancedPerWeek": 2000,
4-
"maxSimultaneousDistributions": 5
3+
"balancedPerWeek": 3000,
4+
"maxSimultaneousDistributions": 4
55
}

config/personalAttributions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[
2+
]
Lines changed: 41 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,43 @@
1-
{
2-
"guildId": "696156185354567680",
3-
"reactionWeights": {
4-
"👍": 1
5-
},
6-
"propsChannels": ["827236822512828426"],
7-
"roleWeightConfig": {
8-
"defaultWeight": 0.25,
9-
"weights": {
10-
"696161277306732654": 0.75,
11-
"728519346539724842": 0.75,
12-
"786385768460845176": 0.75,
13-
"703715441385799772": 1,
14-
"793243806018699265": 1.25,
15-
"761814613494726676": 1.5,
16-
"696161642982932480": 1.75
17-
}
18-
},
19-
"channelWeightConfig": {
20-
"defaultWeight": 0.25,
21-
"weights": {
22-
"696156766710267974": 1,
23-
"696165743112355891": 0.1,
24-
"703773540255662203": 0.1,
25-
"728520870317916210": 1,
26-
"735919013900845116": 1,
27-
"696181524218773504": 1,
28-
"761816796805464135": 1.25,
29-
"761817149014147074": 1.5,
30-
"786390500491657216": 1,
31-
"827236822512828426": 3,
32-
"827235947207983124": 2
1+
[
2+
{
3+
"channelWeightConfig": {
4+
"defaultWeight": 0.25,
5+
"weights": {
6+
"696156766710267974": 1,
7+
"696165743112355891": 0.1,
8+
"696181524218773504": 1,
9+
"703773540255662203": 0.1,
10+
"728520870317916210": 1,
11+
"735919013900845116": 1,
12+
"761816796805464135": 1.25,
13+
"761817149014147074": 1.5,
14+
"786390500491657216": 1,
15+
"827235947207983124": 4,
16+
"827236822512828426": 6
17+
}
18+
},
19+
"guildId": "696156185354567680",
20+
"includeNsfwChannels": false,
21+
"propsChannels": [
22+
"827236822512828426"
23+
],
24+
"reactionWeightConfig": {
25+
"applyAveraging": false,
26+
"defaultWeight": 1,
27+
"weights": {
28+
}
29+
},
30+
"roleWeightConfig": {
31+
"defaultWeight": 0.25,
32+
"weights": {
33+
"696161277306732654": 0.75,
34+
"696161642982932480": 1.75,
35+
"703715441385799772": 1,
36+
"728519346539724842": 0.75,
37+
"761814613494726676": 1.5,
38+
"786385768460845176": 0.75,
39+
"793243806018699265": 1.25
40+
}
3341
}
3442
}
35-
}
43+
]

config/plugins/sourcecred/ethereum/ethereumAddresses.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@
8282
"0xE75304fE5bb590B6deA3CA13A8aBAb257c12E753",
8383
"0xc222FACE875a344846Ccd489c57C401046790D98",
8484
"0x670a6eb62f5146d4b3b40c7b58aa31d175e3d6fb",
85-
"0x66b1De0f14a0ce971F7f248415063D44CAF19398"
85+
"0x66b1De0f14a0ce971F7f248415063D44CAF19398",
86+
"0x9b944a5f2F90BA9F8a8c375Be8b076b8361bfF15",
87+
"0x20b9973103b65D4EA8D0591634e5e757AaCD3030",
88+
"0x9583648c314CDF666F4F555299dB3B36f5d5b2f9",
89+
"0x77a78FE8C1a045a3DD148931D7FC40410302e32c",
90+
"0xB6734B4E01D1cD9A626efD6c86F031cBbF9B4936",
91+
"0x6E383448a97289c446712979a974a52ef866B82E",
92+
"0x3Cc1A943B27c2AF7c6dcF3Be0137f66c2f22E712",
93+
"0x0eF9e2f7403C8a8aAFBaDcd83d5575d4B6fde501"
8694
]
8795
]

config/plugins/sourcecred/initiatives/initiatives/2021-02-leading.json renamed to config/plugins/sourcecred/initiatives/initiatives/2021-01-leading.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"version": "0.2.0"
55
},
66
{
7-
"title": "Project Leading",
8-
"timestampIso": "2021-02-01T10:00:00.000Z",
7+
"title": "leading project / defining tokenomics / setting roadmap",
8+
"timestampIso": "2021-01-01T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 55,
11-
"complete": 55
10+
"incomplete": 64,
11+
"complete": 64
1212
},
1313
"completed": true,
1414
"champions": ["@Drew", "@METADREAMER"],

config/plugins/sourcecred/initiatives/initiatives/2021-02-fashion-production.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,28 @@
77
"title": "Growing Fashion Production Network",
88
"timestampIso": "2021-02-15T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 13,
11-
"complete": 13
10+
"incomplete": 21,
11+
"complete": 21
1212
},
1313
"completed": true,
1414
"champions": ["@weseeclearly"],
1515
"dependencies": {},
1616
"references": {},
1717
"contributions": {
18-
"entries": []
18+
"entries": [
19+
{
20+
"title": "Designing new zero waste design patterns",
21+
"timestampIso": "2021-04-05T10:00:00.000Z",
22+
"weight": 5,
23+
"contributors": ["@Danielle"]
24+
},
25+
{
26+
"title": "Inspiration and guidance on Fashion 3.0",
27+
"timestampIso": "2021-04-05T10:00:00.000Z",
28+
"weight": 13,
29+
"contributors": ["@Rickard"]
30+
}
31+
]
1932
}
2033
}
2134
]

config/plugins/sourcecred/initiatives/initiatives/2021-02-shop-maintenance.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"title": "Building and maintaining Shop",
88
"timestampIso": "2021-03-01T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 8,
11-
"complete": 8
10+
"incomplete": 13,
11+
"complete": 13
1212
},
1313
"completed": true,
1414
"champions": ["@METADREAMER"],

config/plugins/sourcecred/initiatives/initiatives/2021-03-community-calls.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
"complete": 8
1212
},
1313
"completed": true,
14-
"champions": ["@BiggiePoppins", "@kiba", "@METADREAMER", "@Drew", "@Magnus", "@Sinkas", "@AATIFstudios", "@0xJoshua", "@CryptoAccord", "@carlfarterson", "@alecdalel", "@penguin", "@jin", "@victorrortvedt"],
14+
"champions": ["@BiggiePoppins", "@kiba", "@METADREAMER", "@Drew", "@Magnus", "@Sinkas", "@AATIFstudios", "@0xJoshua", "@CryptoAccord", "@carlfarterson", "@alecdalel", "@penguin", "@jin", "@victorrortvedt", "@Billy-Rae", "@CryptoDiplo"],
1515
"dependencies": {},
1616
"references": {},
1717
"contributions": {
18-
"entries": [
19-
20-
]
18+
"entries": []
2119
}
2220
}
2321
]

config/plugins/sourcecred/initiatives/initiatives/2021-03-design-sprint.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,22 @@
1111
"complete": 8
1212
},
1313
"completed": true,
14-
"champions": ["@penguin", "@METADREAMER", "@weseeclearly", "@Drew", "@kiba"],
14+
"champions": ["@penguin", "@METADREAMER", "@weseeclearly", "@Drew", "@kiba", "@Billy-Rae"],
1515
"dependencies": {},
1616
"references": {},
1717
"contributions": {
1818
"entries": [
1919
{
2020
"title": "User Testing",
2121
"timestampIso": "2021-03-30T10:00:00.000Z",
22-
"weight": 5,
22+
"weight": 3,
2323
"contributors": ["@Hannes"]
24+
},
25+
{
26+
"title": "Recording and uploading video",
27+
"timestampIso": "2021-03-30T10:00:00.000Z",
28+
"weight": 5,
29+
"contributors": ["@penguin"]
2430
}
2531
]
2632
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[
2+
{
3+
"type": "sourcecred/initiativeFile",
4+
"version": "0.2.0"
5+
},
6+
{
7+
"title": "Creating Forefront Profile for MF",
8+
"timestampIso": "2021-03-20T10:00:00.000Z",
9+
"weight": {
10+
"incomplete": 3,
11+
"complete": 3
12+
},
13+
"completed": true,
14+
"champions": ["@CarlosForefront"],
15+
"dependencies": {},
16+
"references": {},
17+
"contributions": {
18+
"entries": []
19+
}
20+
}
21+
]

0 commit comments

Comments
 (0)