-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add first batch of CredCon and Partner initiatives (#27)
* Preview: Add a first batch of initiatives to the project ## This is a first iteration Rather than letting this stall for too long, let's improve on this with follow ups. Have a look at #29 for info on how to go from here. This is a first iteration, as it's in need of another weighting round. Still missing from this, but identified at the team call: - CredCon: video interviews (need a user account for zak) - CredCon: CredRank prototype (have not decided fibonacci weight) - CredCon: Discord prototype (have not decided fibonacci weight) - Evan's explainer (have not decided fibonacci weight) Also great improvements to make from here: - Adding contributions and linking that to contributors (see #30) Good but not as critical: - Making the timestamps more accurate ## Fibonacci to absolute weights: 100x first, 200x later The 200x multiplier seems in the right ballpark, however we want to avoid champions see Cred "dilute" because we'll add more contributions. Start with 100x now, and move to 200x as we have a more complete coverage. Tracking this in issue #31. ## Other assumptions made ### Dependency structure For the activities as part of CredCon (like hackathon, party, talks), I found they had very similar dependencies on logistical initiatives and CredCon itself. I've generalized this by depending on CredCon, rather than directly depending on logistics. Example: CredCon party, depends on CredCon, depends on car+food+lodging This will make the life of historians easier too, as adding more logicstics (maybe invites or scheduling) would only need to be set as a CredCon dependency, rather than for all activities as well. ### Example references / contributions For the main CredCon initiative, I've added several clearly related forum topics. These are both as an example, and to make sure this part of the graph is not exclusively connected through identities. ### Completion status Other than both Partner initiatives, the CredCon initiatives are set as completed. ## Technical aspects to validate The main point which needs careful manual validation, is to inspect the graph. For example using the "legacy explorer" to confirm the initiative nodes are added and have edges to *all* the URLs added. That means: - Champions: Identities / GitHub users / Discourse users. - References / Contributions: Forum topics (in CredCon). - Dependencies between Initiatives. Note: it's expected for links to an initiative to give a 404 not found, until the PR is merged to master. However they should be listed in the explorer.
- Loading branch information
Showing
11 changed files
with
269 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon: adoption meeting", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 200, | ||
"complete": 200 | ||
}, | ||
"_fibonacciWeight": 2, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/decentralion" | ||
], | ||
"dependencies": [ | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon.json" | ||
], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon: #BUIDL talk", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 200, | ||
"complete": 200 | ||
}, | ||
"_fibonacciWeight": 2, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/decentralion" | ||
], | ||
"dependencies": [ | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon.json" | ||
], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon: car", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 200, | ||
"complete": 200 | ||
}, | ||
"_fibonacciWeight": 2, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/decentralion", | ||
"https://discourse.sourcecred.io/u/lb" | ||
], | ||
"dependencies": [], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon: food", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 500, | ||
"complete": 500 | ||
}, | ||
"_fibonacciWeight": 5, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/lb", | ||
"https://discourse.sourcecred.io/u/flyingzumwalt" | ||
], | ||
"dependencies": [ | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon-car.json" | ||
], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon: hackathon", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 300, | ||
"complete": 300 | ||
}, | ||
"_fibonacciWeight": 3, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/decentralion" | ||
], | ||
"dependencies": [ | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon.json" | ||
], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon: lodging", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 500, | ||
"complete": 500 | ||
}, | ||
"_fibonacciWeight": 5, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/lb" | ||
], | ||
"dependencies": [], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon: party", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 200, | ||
"complete": 200 | ||
}, | ||
"_fibonacciWeight": 2, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/lb" | ||
], | ||
"dependencies": [ | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon.json" | ||
], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon: Sustain Web3 talk", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 500, | ||
"complete": 500 | ||
}, | ||
"_fibonacciWeight": 5, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/decentralion" | ||
], | ||
"dependencies": [ | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon.json", | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon-buidl-talk.json" | ||
], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "CredCon", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 0, | ||
"complete": 0 | ||
}, | ||
"_fibonacciWeight": 0, | ||
"completed": true, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/decentralion", | ||
"https://discourse.sourcecred.io/u/lb" | ||
], | ||
"dependencies": [ | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon-car.json", | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon-food.json", | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon-lodging.json" | ||
], | ||
"references": [ | ||
"https://discourse.sourcecred.io/t/credcon/531", | ||
"https://discourse.sourcecred.io/t/meeting-notes-credcon-schedule-agenda/598" | ||
], | ||
"contributions": [ | ||
"https://discourse.sourcecred.io/t/credcon-everything-you-need-to-know/559" | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "Partner Maker", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 800, | ||
"complete": 800 | ||
}, | ||
"_fibonacciWeight": 8, | ||
"completed": false, | ||
"champions": [ | ||
"https://discourse.sourcecred.io/u/s_ben" | ||
], | ||
"dependencies": [], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"type": "sourcecred/initiativeFile", | ||
"version": "0.1.0" | ||
}, | ||
{ | ||
"title": "Partner MetaGame", | ||
"timestampIso": "2020-02-10T10:00:00.000Z", | ||
"weight": { | ||
"incomplete": 800, | ||
"complete": 800 | ||
}, | ||
"_fibonacciWeight": 8, | ||
"completed": false, | ||
"champions": [ | ||
"https://github.com/hammadj" | ||
], | ||
"dependencies": [ | ||
"https://github.com/sourcecred/cred/tree/master/initiatives/2020-02-credcon.json" | ||
], | ||
"references": [], | ||
"contributions": [] | ||
} | ||
] |