bounties-status.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "activeBounties":
  3. [
  4. {
  5. "id": 7,
  6. "title": "Joystream Player Loading",
  7. "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.",
  8. "openedDate": "2021-02-15",
  9. "links": ["https://github.com/Joystream/community-repo/issues/85"],
  10. "reward": 300,
  11. "tags": ["Coding","Research"],
  12. "format": "Closed",
  13. "status": "Announced"
  14. },
  15. {
  16. "id": 8,
  17. "title": "Ledger on Joystream",
  18. "description": "Research how well the Ledger hardware wallets are supported, how to use them on the network, derivation paths and key recovery.",
  19. "openedDate": "2021-02-15",
  20. "links": ["https://github.com/Joystream/community-repo/issues/86"],
  21. "reward": 300,
  22. "tags": ["Research"],
  23. "format": "Closed",
  24. "status": "Announced"
  25. },
  26. {
  27. "id": 9,
  28. "title": "Repo/Docs Improvements",
  29. "description": "Improve the quality of our documentation on GitHub, by making PRs and issues.",
  30. "openedDate": "2021-02-15",
  31. "links": ["https://github.com/Joystream/community-repo/issues/87"],
  32. "reward": 300,
  33. "tags": ["Newcomers","Research"],
  34. "format": "Free for All",
  35. "status": "Announced"
  36. },
  37. {
  38. "id": 10,
  39. "title": "Upload Public Domain Content",
  40. "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.",
  41. "openedDate": "2021-02-15",
  42. "links": ["https://github.com/Joystream/community-repo/issues/88"],
  43. "reward": 5,
  44. "tags": ["Newcomers","Content"],
  45. "format": "Free for All",
  46. "status": "Announced"
  47. },
  48. {
  49. "id": 11,
  50. "title": "Design Community Repo Banner",
  51. "openedDate": "2021-02-15",
  52. "description": "Most of the active repos in the Joystream organization have branded banners in their README.md. The Community Repo also needs one!",
  53. "links": ["https://github.com/Joystream/community-repo/issues/89"],
  54. "reward": 250,
  55. "notes": "Design a banner for the Community Repo",
  56. "tags": ["Design"],
  57. "format": "Free for All",
  58. "status": "Announced"
  59. }
  60. ],
  61. "closedBounties":
  62. [
  63. {
  64. "id": 1,
  65. "title": "Update Telegram Bot",
  66. "openedDate": "2020-09-23",
  67. "description": "As the old bot is not compatible with the new joystream-types, it needs to updated as soon as possible!",
  68. "links": ["https://testnet.joystream.org/#/forum/threads/118","https://github.com/Joystream/community-repo/issues/23"],
  69. "reward": 300,
  70. "tags": ["Coding"],
  71. "format": "Reserved",
  72. "closedDate": "2020-11-01",
  73. "status": "Completed - USD 300"
  74. }
  75. ]
  76. }