From 3452820f16e053a4837d27764c58742a1cc07ccb Mon Sep 17 00:00:00 2001 From: Robin van Boven <497556+Beanow@users.noreply.github.com> Date: Fri, 10 Apr 2020 15:10:44 +0200 Subject: [PATCH] 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. --- .../2020-02-credcon-adoption-meeting.json | 24 ++++++++++++++ initiatives/2020-02-credcon-buidl-talk.json | 24 ++++++++++++++ initiatives/2020-02-credcon-car.json | 23 +++++++++++++ initiatives/2020-02-credcon-food.json | 25 +++++++++++++++ initiatives/2020-02-credcon-hackathon.json | 24 ++++++++++++++ initiatives/2020-02-credcon-lodging.json | 22 +++++++++++++ initiatives/2020-02-credcon-party.json | 24 ++++++++++++++ .../2020-02-credcon-sustain-web3-talk.json | 25 +++++++++++++++ initiatives/2020-02-credcon.json | 32 +++++++++++++++++++ initiatives/2020-02-partner-maker.json | 22 +++++++++++++ initiatives/2020-02-partner-metagame.json | 24 ++++++++++++++ 11 files changed, 269 insertions(+) create mode 100644 initiatives/2020-02-credcon-adoption-meeting.json create mode 100644 initiatives/2020-02-credcon-buidl-talk.json create mode 100644 initiatives/2020-02-credcon-car.json create mode 100644 initiatives/2020-02-credcon-food.json create mode 100644 initiatives/2020-02-credcon-hackathon.json create mode 100644 initiatives/2020-02-credcon-lodging.json create mode 100644 initiatives/2020-02-credcon-party.json create mode 100644 initiatives/2020-02-credcon-sustain-web3-talk.json create mode 100644 initiatives/2020-02-credcon.json create mode 100644 initiatives/2020-02-partner-maker.json create mode 100644 initiatives/2020-02-partner-metagame.json diff --git a/initiatives/2020-02-credcon-adoption-meeting.json b/initiatives/2020-02-credcon-adoption-meeting.json new file mode 100644 index 00000000..64073bbe --- /dev/null +++ b/initiatives/2020-02-credcon-adoption-meeting.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-credcon-buidl-talk.json b/initiatives/2020-02-credcon-buidl-talk.json new file mode 100644 index 00000000..1fcabb6a --- /dev/null +++ b/initiatives/2020-02-credcon-buidl-talk.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-credcon-car.json b/initiatives/2020-02-credcon-car.json new file mode 100644 index 00000000..ba0da203 --- /dev/null +++ b/initiatives/2020-02-credcon-car.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-credcon-food.json b/initiatives/2020-02-credcon-food.json new file mode 100644 index 00000000..6d544f05 --- /dev/null +++ b/initiatives/2020-02-credcon-food.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-credcon-hackathon.json b/initiatives/2020-02-credcon-hackathon.json new file mode 100644 index 00000000..4ce3acc5 --- /dev/null +++ b/initiatives/2020-02-credcon-hackathon.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-credcon-lodging.json b/initiatives/2020-02-credcon-lodging.json new file mode 100644 index 00000000..b7c164a1 --- /dev/null +++ b/initiatives/2020-02-credcon-lodging.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-credcon-party.json b/initiatives/2020-02-credcon-party.json new file mode 100644 index 00000000..74d59f5f --- /dev/null +++ b/initiatives/2020-02-credcon-party.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-credcon-sustain-web3-talk.json b/initiatives/2020-02-credcon-sustain-web3-talk.json new file mode 100644 index 00000000..e4cab051 --- /dev/null +++ b/initiatives/2020-02-credcon-sustain-web3-talk.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-credcon.json b/initiatives/2020-02-credcon.json new file mode 100644 index 00000000..ba52ed7a --- /dev/null +++ b/initiatives/2020-02-credcon.json @@ -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" + ] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-partner-maker.json b/initiatives/2020-02-partner-maker.json new file mode 100644 index 00000000..42234e6a --- /dev/null +++ b/initiatives/2020-02-partner-maker.json @@ -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": [] + } +] \ No newline at end of file diff --git a/initiatives/2020-02-partner-metagame.json b/initiatives/2020-02-partner-metagame.json new file mode 100644 index 00000000..9621bfac --- /dev/null +++ b/initiatives/2020-02-partner-metagame.json @@ -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": [] + } +] \ No newline at end of file