Browse Source

Merge pull request #92 from bwhm/bounties-overview

remove duplicates
Ben Holden-Crowther 4 years ago
parent
commit
6e9126005a
2 changed files with 0 additions and 80 deletions
  1. 0 11
      bounty-overview/README.md
  2. 0 69
      bounty-overview/community-bounties-status.json

+ 0 - 11
bounty-overview/README.md

@@ -1,11 +0,0 @@
-<p align="center"><img src="/img/bounties_new.svg"></p>
-
-|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/Documentation 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                                                  |

+ 0 - 69
bounty-overview/community-bounties-status.json

@@ -1,69 +0,0 @@
-{
-  "activeBounties":
-  [
-    {
-      "id": 7,
-      "title": "Joystream Player Loading",
-      "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/85"],
-      "reward": 300,
-      "tags": ["Coding","Research"],
-      "format": "Closed",
-      "status": "Announced"
-    },
-    {
-      "id": 8,
-      "title": "Ledger on Joystream",
-      "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/86"],
-      "reward": 300,
-      "tags": ["Research"],
-      "format": "Closed",
-      "status": "Announced"
-    },
-    {
-      "id": 9,
-      "title": "Repo/Documentation Improvements",
-      "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/87"],
-      "reward": 300,
-      "tags": ["Research"],
-      "format": "Free for All",
-      "status": "Announced"
-    },
-    {
-      "id": 10,
-      "title": "Upload Public Domain Content",
-      "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/88"],
-      "reward": 5,
-      "tags": ["Content"],
-      "format": "Free for All",
-      "status": "Announced"
-    },
-    {
-      "id": 11,
-      "title": "Design Community Repo Banner",
-      "openedDate": "2021-02-15",
-      "links": ["https://github.com/Joystream/community-repo/issues/89"],
-      "reward": 250,
-      "tags": ["Content"],
-      "format": "Free for All",
-      "status": "Announced"
-    }
-  ],
-  "closedBounties":
-  [
-    {
-      "id": 1,
-      "title": "Update Telegram Bot",
-      "openedDate": "2020-09-23",
-      "links": ["https://testnet.joystream.org/#/forum/threads/118","https://github.com/Joystream/community-repo/issues/23"],
-      "reward": 300,
-      "tags": ["Coding"],
-      "format": "Closed",
-      "closedDate": "2020-11-01",
-      "status": "Completed - USD 300"
-    }
-  ]
-}