Преглед на файлове

Merge pull request #106 from mochet/bountyjsonupdate

Bounties JSON Initial update
Martin преди 4 години
родител
ревизия
aaffc2f49b
променени са 2 файла, в които са добавени 76 реда и са изтрити 14 реда
  1. 13 9
      bounties-overview/README.md
  2. 63 5
      bounties-overview/bounties-status.json

+ 13 - 9
bounties-overview/README.md

@@ -2,15 +2,19 @@
 
 ## Bounty Status
 
-|ID |Title                        |Issue |Opened   |Reward|Forum Thread                                              |Status/Grading  |PR   |Proposal                                            |
-|:-:|:---------------------------:|:----:|:-------:|:----:|:---------------------------------------------------------|:--------------:|:---:|:--------------------------------------------------:|
-|1  |Update Telegram Bot          |#23   |23.09.20 |$300  |[118](https://testnet.joystream.org/#/forum/threads/118)  |$300 - 01.11.20 |#36  |[32](https://testnet.joystream.org/#/proposals/32)  |
-|2  |...                          |...   |DD.MM.YY |$n    |[n](https://testnet.joystream.org/#/forum/threads/n)      |                |...  |[n](https://testnet.joystream.org/#/proposals/n)    |
-|7  |Joystream Player Loading     |#85   |15.02.21 |$400  |[n](https://testnet.joystream.org/#/forum/threads/n)      |Announced       |NA   |NA                                                  |
-|8  |Ledger on Joystream          |#86   |15.02.21 |$300  |[n](https://testnet.joystream.org/#/forum/threads/n)      |Announced       |NA   |NA                                                  |
-|9  |Repo/Docs Improvements       |#87|15.02.21 |$400  |[n](https://testnet.joystream.org/#/forum/threads/n)      |Announced       |NA   |NA                                                  |
-|10 |Upload Public Domain Content |#88   |15.02.21 |$5*  |[n](https://testnet.joystream.org/#/forum/threads/n)      |Announced       |NA   |NA                                                  |
-|11 |Design Community Repo Banner |#89   |15.02.21 |$250  |[n](https://testnet.joystream.org/#/forum/threads/n)      |Announced       |NA   |NA                                                  |
+| ID | Title                        | Issue | Opened   | Reward | Forum Thread                                             | Status/Grading     | PR  | Proposal                                             |
+|----|------------------------------|-------|----------|--------|----------------------------------------------------------|--------------------|-----|------------------------------------------------------|
+| 1  | Update Telegram Bot          | #23   | 23.09.20 | $300   | [118](https://testnet.joystream.org/#/forum/threads/118) | $300 - 01.11.20    | #36 | [32](https://testnet.joystream.org/#/proposals/32)   |
+| 2  | Testing of 'polkadot-js'     | #32   | 23.09.20 | $200   | [129](https://testnet.joystream.org/#/forum/threads/129) | $200 - 05.01.20    | #67 | [87](https://testnet.joystream.org/#/proposals/87)   |
+| 3  | Improve Telegram Bot(s)      | #41   | 08.11.20 | $225   | [130](https://testnet.joystream.org/#/forum/threads/130) | $25 - 05.12.20     | #47 | [49](https://testnet.joystream.org/#/proposals/49)   |
+| 4  | Improve Telegram Bot(s)      | #51   | 05.12.20 | $225   | [158](https://testnet.joystream.org/#/forum/threads/158) | Announced          | NA  | NA                                                   |
+| 5  | JS Telegram Sticker pack     | #52   | 05.12.20 | $400   | [169](https://testnet.joystream.org/#/forum/threads/169) | Partially Complete | NA  | NA                                                   |
+| 6  | Increase Validator Research  | #71   | 17.01.21 | $200   | [186](https://testnet.joystream.org/#/forum/threads/186) | $200 - 13.02.21    | #77 | [116](https://testnet.joystream.org/#/proposals/116) |
+| 7  | Joystream Player Loading     | #85   | 15.02.21 | $400   | [214](https://testnet.joystream.org/#/forum/threads/214) | Announced          | NA  | NA                                                   |
+| 8  | Ledger on Joystream          | #86   | 15.02.21 | $300   | [215](https://testnet.joystream.org/#/forum/threads/215) | Announced          | NA  | NA                                                   |
+| 9  | Repo/Docs Improvements       | #87   | 15.02.21 | $400   | [216](https://testnet.joystream.org/#/forum/threads/216) | Announced          | NA  | NA                                                   |
+| 10 | Upload Public Domain Content | #88   | 15.02.21 | $5*    | [217](https://testnet.joystream.org/#/forum/threads/217) | Announced          | NA  | NA                                                   |
+| 11 | Design Community Repo Banner | #89   | 15.02.21 | $250   | [218](https://testnet.joystream.org/#/forum/threads/218) | Announced          | NA  | NA                                                   |
 
 ## Bounties Management
 Part of the job for the Council is to manage these bounties. The tasks associated with that are:

+ 63 - 5
bounties-overview/bounties-status.json

@@ -1,12 +1,34 @@
 {
   "activeBounties":
   [
+    {
+      "id": 4,
+      "title": "Improved Telegram Bot",
+      "openedDate": "2020-12-05",
+      "description": "As the bot still has some issues (due to bugs in the initial bot), we want to both fix these, and expand on the functionality.",
+      "links": ["https://testnet.joystream.org/#/forum/threads/158","https://github.com/Joystream/community-repo/issues/51"],
+      "reward": 225,
+      "tags": ["Coding"],
+      "format": "Reserved",
+      "status": "Open"
+    },
+    {
+      "id": 5,
+      "title": "JS Telegram Sticker pack",
+      "openedDate": "2020-12-05",
+      "description": "Telegram allows for custom sticker packs to be made. These can spice up the conversation a little, and allows the Joystream Community to let their creativity and design show!",
+      "links": ["https://testnet.joystream.org/#/forum/threads/157","https://testnet.joystream.org/#/forum/threads/169","https://github.com/Joystream/community-repo/issues/52"],
+      "reward": 400,
+      "tags": ["Creative", "Stickers"],
+      "format": "Reserved",
+      "status": "Open"
+    },
     {
       "id": 7,
       "title": "Joystream Player Loading",
       "description": "The current implementation of the Joystream Player takes a while to load. The scope of this bounty is to look into what can be done to reduce this.",
       "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/85"],
+      "links": ["https://testnet.joystream.org/#/forum/threads/214","https://github.com/Joystream/community-repo/issues/85"],
       "reward": 300,
       "tags": ["Coding","Research"],
       "format": "Closed",
@@ -17,7 +39,7 @@
       "title": "Ledger on Joystream",
       "description": "Research how well the Ledger hardware wallets are supported, how to use them on the network, derivation paths and key recovery.",
       "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/86"],
+      "links": ["https://testnet.joystream.org/#/forum/threads/215","https://github.com/Joystream/community-repo/issues/86"],
       "reward": 300,
       "tags": ["Research"],
       "format": "Closed",
@@ -28,7 +50,7 @@
       "title": "Repo/Docs Improvements",
       "description": "Improve the quality of our documentation on GitHub, by making PRs and issues.",
       "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/87"],
+      "links": ["https://testnet.joystream.org/#/forum/threads/216","https://github.com/Joystream/community-repo/issues/87"],
       "reward": 300,
       "tags": ["Newcomers","Research"],
       "format": "Free for All",
@@ -39,7 +61,7 @@
       "title": "Upload Public Domain Content",
       "description": "Upload videos to our testnet, and earn up to $5 per entry! We believe there are some hidden gems available out there, that are licensed permissively.",
       "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/88"],
+      "links": ["https://testnet.joystream.org/#/forum/threads/217","https://github.com/Joystream/community-repo/issues/88"],
       "reward": 5,
       "tags": ["Newcomers","Content"],
       "format": "Free for All",
@@ -50,7 +72,7 @@
       "title": "Design Community Repo Banner",
       "openedDate": "2021-02-15",
       "description": "Most of the active repos in the Joystream organization have branded banners in their README.md. The Community Repo also needs one!",
-      "links": ["https://github.com/Joystream/community-repo/issues/89"],
+      "links": ["https://testnet.joystream.org/#/forum/threads/218","https://github.com/Joystream/community-repo/issues/89"],
       "reward": 250,
       "notes": "Design a banner for the Community Repo",
       "tags": ["Design"],
@@ -60,6 +82,42 @@
   ],
   "closedBounties":
   [
+    {
+      "id": 6,
+      "title": "Increase Validator Research",
+      "openedDate": "2021-01-17",
+      "description": "Research the costs and parameter changes associated with increasing the Validator count substantially.",
+      "links": ["https://testnet.joystream.org/#/forum/threads/186","https://github.com/Joystream/community-repo/issues/71"],
+      "reward": 200,
+      "tags": ["Research"],
+      "format": "Reserved",
+      "closedDate": "2021-02-13",
+      "status": "Completed - USD 200"
+    },
+    {
+      "id": 3,
+      "title": "Improve Telegram Bot(s)",
+      "openedDate": "2020-11-08",
+      "description": "After the upgrade, we have enabled the polkadot-js extension as part of Pioneer, this bounty is for testing the extension.",
+      "links": ["https://testnet.joystream.org/#/forum/threads/130","https://github.com/Joystream/community-repo/issues/41"],
+      "reward": 225,
+      "tags": ["Coding"],
+      "format": "Reserved",
+      "closedDate": "2020-12-05",
+      "status": "Closed - USD 25"
+    },
+    {
+      "id": 2,
+      "title": "Testing of 'polkadot-js'",
+      "openedDate": "2020-09-23",
+      "description": "After the upgrade, we have enabled the polkadot-js extension as part of Pioneer, this bounty is for testing the extension.",
+      "links": ["https://testnet.joystream.org/#/forum/threads/129","https://github.com/Joystream/community-repo/issues/32"],
+      "reward": 200,
+      "tags": ["Testing"],
+      "format": "Reserved",
+      "closedDate": "2021-01-05",
+      "status": "Completed - USD 200"
+    },
     {
       "id": 1,
       "title": "Update Telegram Bot",