From 3cf4912f2511ad16360c49f4c9906ad4bebaf444 Mon Sep 17 00:00:00 2001
From: Ryan Shea
Date: Wed, 29 May 2019 23:02:56 -0600
Subject: [PATCH] newsletter 2019-05-31
woop woop!
---
app/retail/emails.py | 48 +++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 25 deletions(-)
diff --git a/app/retail/emails.py b/app/retail/emails.py
index 9d09b559529..e8ff660c83c 100644
--- a/app/retail/emails.py
+++ b/app/retail/emails.py
@@ -933,8 +933,8 @@ def render_start_work_applicant_expired(interest, bounty):
def render_new_bounty_roundup(to_email):
from dashboard.models import Bounty
from django.conf import settings
- subject = "April BUIDL brings May SHIPL!"
- new_kudos_pks = [2573, 2565, 2617]
+ subject = "GitHub Sponsors and Store!"
+ new_kudos_pks = [2414, 2223, 2220]
new_kudos_size_px = 150
kudos_friday = f'''
@@ -949,26 +949,24 @@ def render_new_bounty_roundup(to_email):
Hi Gitcoiners,
-This week, we reflected on the product updates and progress we made in April. The core team shipped a user directory, a system to invite contributors to bounties, and more. Some assorted improvements:
+This past week was an exciting week for open source, as GitHub released Sponsors, a way for users to find ways to financially support developers or open source projects. As proponents of open source, we couldn't be happier, and
+we're excited to announce that you can proudly display your Gitcoin Grants page via the sponsor link. Check out this tutorial to learn more.
-- Gitcoin Grants now has a fresh new look! The Grants Detail page now separates out the description of the grant, the latest contributions, milestones, and contribution profiles for every grant under separate tabs. You can easily click through the tabs and see the organized information for each grant.
+We have a store now! Grab some swag at https://store.gitcoin.co/. We have backpacks, stickers, t-shirts, and more.
-- Github just launched a product that allows their users to sponsor each other. We are thrilled to see Github care about OSS Sustainability, and are proud to offer a guide about how to integrate Gitcoin Grants into Github Sponsor. Learn how here.
-
-
-- We also now have a way to get a glimpse into a Gitcoiner through the brand new preview cards. See their name, development specialty, web3 projects they’ve contributed to, amount earned, bounties completed, in progress, latest activity, and more by hovering over their user. Thanks to @iamonuwa for helping us build this out!
+Last week, we released an article about finding the best freelance gigs in 2019. Read it on our blog here.
{kudos_friday}
What else is new?
@@ -978,34 +976,34 @@ def render_new_bounty_roundup(to_email):
'''
highlights = [{
- 'who': 'industral',
+ 'who': 'janus',
'who_link': True,
- 'what': 'MetaMask improvements from Industrial',
- 'link': 'https://gitcoin.co/issue/MetaMask/metamask-extension/5524/2980',
+ 'what': 'Work from janus on WalletConnect!',
+ 'link': 'https://gitcoin.co/issue/WalletConnect/walletconnect-monorepo/128/3030',
'link_copy': 'View more',
}, {
- 'who': 'xiaods',
+ 'who': 'touhonoob',
'who_link': True,
- 'what': 'Bug fixes galore!',
- 'link': 'https://gitcoin.co/issue/rook/rook/3190/2998',
+ 'what': 'Dynamic Log Control Added!',
+ 'link': 'https://gitcoin.co/issue/harmony-one/harmony/440/2973',
'link_copy': 'View more',
}, {
- 'who': 'muyaedward',
+ 'who': 'noah-amar',
'who_link': True,
- 'what': 'StackOverflow question answers funded via Gitcoin!',
- 'link': 'https://gitcoin.co/issue/VexyCats/Gitcoin_Bounties/1/2983',
+ 'what': 'Quick Fix: Reduce Community Hero Image Height To 250px',
+ 'link': 'https://gitcoin.co/issue/Native-Protocol/bounties/1/3033',
'link_copy': 'View more',
}, ]
bounties_spec = [{
- 'url': 'https://github.com/WalletConnect/web3connect/issues/14',
- 'primer': 'Add missing images to WalletConnect',
+ 'url': 'https://github.com/gitcoinco/web/issues/4483',
+ 'primer': 'Design the Gitcoin Bots for 2019!',
}, {
- 'url': 'https://github.com/status-im/status-react/issues/7633',
- 'primer': 'Use React-Native-Fast-Image to add remote images',
+ 'url': 'https://github.com/centrifuge/precise-proofs/issues/86',
+ 'primer': 'Implement A ZkSNARK Compatible Pedersen Hash Function',
}, {
- 'url': 'https://github.com/julienbrg/hasard/issues/1',
- 'primer': 'Create an on-demand random number generator based on noise using iExec',
+ 'url': 'https://github.com/blockscout/research/issues/1',
+ 'primer': 'Swarm Scraper For Verified Smart Contracts',
}, ]
num_leadboard_items = 5