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

Make it Clear for Funders - How to Payout #1950

Closed
4 tasks
PixelantDesign opened this issue Aug 6, 2018 · 9 comments
Closed
4 tasks

Make it Clear for Funders - How to Payout #1950

PixelantDesign opened this issue Aug 6, 2018 · 9 comments
Assignees

Comments

@PixelantDesign
Copy link
Contributor

PixelantDesign commented Aug 6, 2018

User Story

As a funder, I want a reminder of the wallet address associated with an Issue and how to pay out the bounty. Make this clear for funders.

Why Is this Needed

Funders aren't sure how to pay

Definition of Done

  • Show a persistent message on all funded issues for a month on all issues to see if this helps.
  • Allow for ability to dismiss this message
  • Display funder icon and their wallet address at the top of issue details
  • Add a similar reminder on the bottom of Gitcoin Bot.
    "Ready to Payout the Bounty? Click payout on the issue details page"

Reference

43538000-d767f6fc-958e-11e8-9135-3fdb8bdc2e14

Background Info Here

FunderPayout Banner2.zip

@owocki
Copy link
Contributor

owocki commented Aug 7, 2018

in the 'funded by 0x0000000000000000000000000000' could we collapse the address to be '0x000...000' ?

@PixelantDesign
Copy link
Contributor Author

Yep, we can try that. I initially had it that way since it's sort of a standard, but thought maybe best to not abstract anything.

@thelostone-mc
Copy link
Member

@octavioamu any chance this function you wrote up is modular so that we can reuse it here ?

@octavioamu
Copy link
Contributor

octavioamu commented Aug 10, 2018

@thelostone-mc yes you can add the attr to an html element with the hash

   <div data-truncatehash="3">1234567891233456789asd</div> // will be 000...000
    or 
   <div data-truncatehash>1234567891233456789asd</div> // will be 0000...0000 

The file name is trunctate-hash.js

@owocki
Copy link
Contributor

owocki commented Aug 13, 2018

hows thsi going? who is working on it?

@thelostone-mc
Copy link
Member

@SaptakS is but he needed a function which @octavioamu had written up in the other repo !

@octavioamu
Copy link
Contributor

@SaptakS @thelostone-mc I will post the link to the code in our private channel.

@PixelantDesign
Copy link
Contributor Author

@SaptakS @thelostone-mc
Let's proceed with just the banner as designed with the ability to dismiss.

@PixelantDesign
Copy link
Contributor Author

Closing since this is merged
#1853 (comment)

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

No branches or pull requests

5 participants