Skip to content

Commit 3eafc65

Browse files
committed
Update initiative weights based on votes in Retool
1 parent af21ee7 commit 3eafc65

35 files changed

Lines changed: 254 additions & 79 deletions

config/grain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"immediatePerWeek": 0,
3-
"balancedPerWeek": 3000,
3+
"balancedPerWeek": 2500,
44
"maxSimultaneousDistributions": 4
55
}

config/plugins/sourcecred/ethereum/ethereumAddresses.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
"0xB6734B4E01D1cD9A626efD6c86F031cBbF9B4936",
9191
"0x6E383448a97289c446712979a974a52ef866B82E",
9292
"0x3Cc1A943B27c2AF7c6dcF3Be0137f66c2f22E712",
93-
"0x0eF9e2f7403C8a8aAFBaDcd83d5575d4B6fde501"
93+
"0x0eF9e2f7403C8a8aAFBaDcd83d5575d4B6fde501",
94+
"0x33DebB5Ee65549FFA71116957Da6db17A9D8fe57",
95+
"0x9bcdc7db2f57b0f960a737ccc29373a9bc760134",
96+
"0x615b044b6ccb048532bcf99aadf619d7fdd2aa01",
97+
"0x1cB447C1B7c591537Fa4e8259A50DC75C1ec7140"
9498
]
9599
]

config/plugins/sourcecred/initiatives/initiatives/2021-01-leading.json

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

config/plugins/sourcecred/initiatives/initiatives/2021-02-bizdev.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"title": "Meetings, partnerships, bizdev",
88
"timestampIso": "2021-03-15T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 13,
11-
"complete": 13
10+
"incomplete": 27,
11+
"complete": 27
1212
},
1313
"completed": true,
1414
"champions": ["@Drew"],

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"title": "Growing Fashion Production Network",
88
"timestampIso": "2021-02-15T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 21,
11-
"complete": 21
10+
"incomplete": 54,
11+
"complete": 54
1212
},
1313
"completed": true,
1414
"champions": ["@weseeclearly"],

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": 13,
11-
"complete": 13
10+
"incomplete": 47,
11+
"complete": 47
1212
},
1313
"completed": true,
1414
"champions": ["@METADREAMER"],

config/plugins/sourcecred/initiatives/initiatives/2021-03-customer-support.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,15 @@
77
"title": "Customer Support",
88
"timestampIso": "2021-03-01T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 8,
11-
"complete": 8
10+
"incomplete": 25,
11+
"complete": 25
1212
},
1313
"completed": true,
14-
"champions": ["@Drew"],
14+
"champions": ["@Drew", "@METADREAMER"],
1515
"dependencies": {},
1616
"references": {},
1717
"contributions": {
18-
"entries": [
19-
{
20-
"title": "Shopify Chat CS",
21-
"timestampIso": "2021-04-05T10:00:00.000Z",
22-
"weight": 5,
23-
"contributors": ["@METADREAMER"]
24-
}
25-
]
18+
"entries": []
2619
}
2720
}
2821
]

config/plugins/sourcecred/initiatives/initiatives/2021-03-managing-instagram.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"version": "0.2.0"
55
},
66
{
7-
"title": "Managing Instagram",
7+
"title": "Managing Instagram + Making product graphics",
88
"timestampIso": "2021-02-25T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 8,
11-
"complete": 8
10+
"incomplete": 13,
11+
"complete": 13
1212
},
1313
"completed": true,
1414
"champions": ["@EsteveFLOC", "@SergioFLOC"],

config/plugins/sourcecred/initiatives/initiatives/2021-03-meeting-notes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"title": "Meeting Notes",
88
"timestampIso": "2021-03-30T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 5,
11-
"complete": 5
10+
"incomplete": 8,
11+
"complete": 8
1212
},
1313
"completed": true,
1414
"champions": ["@EsteveFLOC"],

config/plugins/sourcecred/initiatives/initiatives/2021-03-mf-bomber-art.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"title": "Creating NFT featuring MF Bomber",
88
"timestampIso": "2021-03-01T10:00:00.000Z",
99
"weight": {
10-
"incomplete": 2,
11-
"complete": 2
10+
"incomplete": 3,
11+
"complete": 3
1212
},
1313
"completed": true,
1414
"champions": ["@engwind"],

0 commit comments

Comments
 (0)