-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
as a website mantainer, i want a javascript widget that can show off my bounties, so i can lead more of my community to gitcoin #354
Comments
This issue now has a funding of 0.15 ETH (81.17 USD @ $541.12/ETH) attached to it.
|
Would like to work on this issue.
Let me know if this is what we want. |
@maektwain sorry im not sure i follow the question. are you asking if we can use the gitcoin api for this? |
@owocki I've already done most of this, I'll try to finish it Today if possible, needs wiring up to the API and polish. It works in the same way as the Facebook embeddable like button, you can pass a gitcoin profile name. E.g.
Sound good? |
Issue Status: 1. Open 2. Cancelled Work has been started. has committed to working on this project to be completed 4 weeks ago. @owocki, please see the below comments / questions regarding approach for this ticket from the bounty hunter(s): |
@owocki I didn't manage to get to it on the weekend, but it's mostly complete. Needs some final integration, and a responsive friendly logo, srcset or svg. |
wow this looks really good. thanks @matthewlilley !
cc @PixelantDesign in case she has comments on the design |
@owocki No problem!
M |
coolio -- the api is pretty easy to use. docs are here => https://github.com/gitcoinco/web/blob/master/docs/API.md feedback from a potential customer:
|
Looks like some minor changes are needed to the API, a filter field for the org_name, and a simple limit. Okay for me to do a pull request those changes? Or if you have another suggestion, let me know. "The recently funded issues—it’d be nice to show all open issues instead of recent issues. (Or, what’s defined as a “recent” issue?)" Those issues could possibly be shown in a carousel style, so that you're not limited to the latest 4. |
We could also add an option to the widget which would allow you to select recently funded, recently active etc... For a bit more flexibility. |
you can just pass the org_name into the |
Love this idea! yes pls
love this idea.. it could maybe be a javascript param in the widget definition? |
!remind me when this is merged to respond back to colony => https://twitter.com/collinvine/status/979738374553591808 |
Here's an updated version: https://stackblitz.com/edit/js-nkwz7t With regards to the API usage, I'd expect to be able to do something like this: https://gitcoin.co/api/v0.1/bounties/?org_name=MetaMask&limit=10 Right now that doesn't seem possible. I'll be happy to make a pull request. Also, is there an SVG version of the logo available? If not, are the vector files available to export one? Once we've got these couple of things sorted we can wrap this up. |
there is a vector version of the logo availalbe at https://github.com/gitcoinco/creative -- but i dont know if it's SVG
I just implemented the 'limit' param. Meantime, could you try using this? https://gitcoin.co/api/v0.1/bounties/?q=MetaMask&limit=10 |
91530d7 adds limit param |
Looking good @MadhuVaddi @matthewlilley! Would it be possible to make a couple of updates?
Thanks! |
@owocki Thanks! @PixelantDesign Absolutely, I'll make those updates Today and get back to you. |
@PixelantDesign Sorry, I thought I'd already replied to this. Can you take a look again here https://stackblitz.com/edit/js-nkwz7t |
@matthewlilley are you still working on this issue? |
Looks great @matthewlilley! Thank you! |
@matthewlilley are you still working on this issue? |
@owocki, Would you like this included into the web repo, or a new sdk repo? |
@matthewlilley maybe write up a markdown document showing off how to create the JS widget and PR it into https://github.com/gitcoinco/web/tree/master/docs ? |
Issue Status: 1. Open 2. Cancelled The funding of 0.15 ETH (103.66 USD @ $691.05/ETH) attached to this issue has been cancelled by the bounty submitter
|
paying this out via tip now |
⚡️ A tip worth 0.2 ETH (138.21 USD @ $691.05/ETH) has been granted to @matthewlilley for this issue from Kevin. ⚡️ The sender had the following public comments:
Nice work @matthewlilley! To redeem your tip, login to Gitcoin at https://gitcoin.co/explorer and select 'Claim Tip' from dropdown menu in the top right, or check your email for a link to the tip redemption page.
|
what : a javascript widget (or image) that let me show off the bounties on my repos
please reuse the design from #644 , but implement it in javascript to be responsive instead of as an embedded image
The text was updated successfully, but these errors were encountered: