Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invite Groups of Contributors Based on Skills #5048

Closed
4 tasks
PixelantDesign opened this issue Aug 20, 2019 · 6 comments · Fixed by #5081
Closed
4 tasks

Invite Groups of Contributors Based on Skills #5048

PixelantDesign opened this issue Aug 20, 2019 · 6 comments · Fixed by #5081
Assignees
Labels
Gitcoin Bounties Gitcoin Bounties

Comments

@PixelantDesign
Copy link
Contributor

PixelantDesign commented Aug 20, 2019

User Story

As a Gitcoin Funder I'd like to invite groups of contributors to my bounty so that I have a lot of candidates to choose from.

What

Add form field to allow ability to invite groups of users based on skill required on this bounty

Assumptions

Human - We assume that funders wnat to invite by groups/skills
Business- We assume that if we build this the number of contributor applications woould increase maybe 3x and would satisfy funders.
Tech - We assume minimal changes too the backend.

Definition of Done

  • On the funder form add the ability to invite contributors based on skills in groups.
  • Update Invite email subject line to include name of person that invited
  • Update copy as outlined below
  • Open the Invite section of the form by default

Design

image

image
Update the above text to:

Hi Guys!
I'm looking for some help on this new bounty! Give it a look and see if you're interested.

Thanks,
@github user

Bounty Name
Value
View Bounty

@danlipert
Copy link
Contributor

@thelostone-mc what do you think of this as a start for the backend #5060

@thelostone-mc
Copy link
Member

@danlipert I think we can actually use what we already have from the backend !
So if a funder selects skills as HTML + CSS
Ideally we can hit https://gitcoin.co/api/v0.1/users_fetch/?skills=html%2Ccss and get the results and populate the Invite Contributor field!

The logic to fetch all names from that field on funding an issue is already in place so I believe we can do away without it !

cc @octavioamu

@danlipert
Copy link
Contributor

@thelostone-mc Thats good but then won't we need to do a ton of requests to actually send each invite? I think its better to submit the skills to the backend to fire the email rather than submit each user_id to fire each email.

@octavioamu
Copy link
Contributor

@danlipert but then we already reuse this invite in other places like bounty detail and users directory.
Also that shouldn't work with the others invites also, for example I select by skill and also add one user I want to invite and wasn't listed in the filter by skills.

@octavioamu
Copy link
Contributor

@PixelantDesign why the text in plural? This is sent from funder to a contributor.

Hi Guys!
I'm looking for some help on this new bounty! Give it a look and see if you're interested.

@octavioamu
Copy link
Contributor

octavioamu commented Aug 28, 2019

I updated the topic :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gitcoin Bounties Gitcoin Bounties
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants