-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
show conv rate rate at time of posting #165
Comments
This issue now has a funding of 0.04 ETH (44.47 USD) attached to it.
|
@owocki any pointers as to where in the codebase changes would be required to implement this? My guess is here: https://github.com/gitcoinco/web/blob/master/app/dashboard/notifications.py#L219 |
@tansaku you could use the |
Seems straight forward. I can start digging into it now. |
Work has been started on the 0.04 ETH (41.48 USD) funding by: Please work together and coordinate delivery of the issue scope. Gitcoin doesn't know enough about everyones skillsets / free time to say who should work on what, but we trust that the community is smart and well-intentioned enough to work together. As a general rule; if you start work first, youll be at the top of the above list ^^, and should have 'dibs' as long as you follow through. On the above list? Please leave a comment to let the funder (@owocki) and the other parties involved what you're working, with respect to this issue and your plans to resolve it. If you don't leave a comment, the funder may expire your submission at their discretion.
|
I have everything except for the email. I was thinking about exposing a member in the Bounty object to return the USDT value of ETH. Does this sound reasonable? |
@owocki I am having difficulties setting up the database and am unable to test my changes. Do you happen to have an easy way I can test my updates? |
docker is pretty easy way to go.. if you post in slack and tag myself or @mbeacom if you have any issues.. that could work. if the changes are small enough, you could maybe test them via the command line.
this exists already. its called |
@owocki I was able to get docker to work and am able to test the page itself but having problems getting data to stick. I tried setting up a local database but to no avail. The changes are fairly small and can test some through the command line. Also, value_in_usdt exists but eth_value_in_usdt for 1 ether does not exist. This is more or less what I was trying to test on the bounty details page and emails. |
@bhenze The |
@mbeacom thanks for your help! I am new to psql so I have been messing with it a bit. Ended up going down quite the rabbit hole but I am back on track now. My test environment is up and running. |
Fixes: gitcoinco#165 adding usdt conversion to all bounty marketing. Fixing: gitcoinco#165 Fixing line issue Updating html to display the eth price. Fixing build issue Removing unused property per code review. fixing issue with cherry pick
Fixes: gitcoinco#165 adding usdt conversion to all bounty marketing. Fixing: gitcoinco#165 Fixing line issue Updating html to display the eth price. Fixing build issue Removing unused property per code review. fixing issue with cherry pick Fixing build issue with imports
so what's going on with this one? I see the MR has fresh comments |
Just responding to the comments now. |
Sorry, if you are asking for specifics. I am trying to figure out what the preferred format for the message should be:
|
Fixes: gitcoinco#165 adding usdt conversion to all bounty marketing. Fixing: gitcoinco#165 Fixing line issue Updating html to display the eth price. Fixing build issue Removing unused property per code review. fixing issue with cherry pick Fixing build issue with imports
I agree to @tra38's point. People who don't deal in ETH have no idea how big or small a bounty is when only given in terms of ETH. Showing the $ value might be something which will attract more users to take up the tasks for the bounties. |
I like @lazaridiscom's suggestion here at issue #460, we can finally just have:
And there is definite need to limit the number of messages a bot can add to an issue(this thread is a good example), since we are going for a single line message, can we just have only one Gitcoin Bot message per issue and new messages gets appended to the old one like a log? EDIT: replaced price URI from my personal domain to coinbase which only provides price and not the value of required ETH in USD and edited accordingly. |
Work has been started on the 0.04 ETH (37.4 USD) funding by: Please work together and coordinate delivery of the issue scope. Gitcoin doesn't know enough about everyones skillsets / free time to say who should work on what, but we trust that the community is smart and well-intentioned enough to work together. As a general rule; if you start work first, youll be at the top of the above list ^^, and should have 'dibs' as long as you follow through. On the above list? Please leave a comment to let the funder (@owocki) and the other parties involved what you're working, with respect to this issue and your plans to resolve it. If you don't leave a comment, the funder may expire your submission at their discretion.
|
So what is the plan for this issue then? Do we want to update the story to reflect the proper verboseness? |
Sounds good! thanks for the input. |
@bhenze @lazaridiscom Glad to have you both here and actively engaged! For this particular issue, I think it's safe to proceed with the scoped out change provided by @owocki. |
@mbeacom happy to help where I can! And yeah, that sounds great. |
looks like gitcoin bot is going haywire. sorry everyone. planning on triaging today / tomorrow |
just put in a fix ( 12c8837 ) . deleting the erroneous comment right now |
@bhenze @scottydelta Poking in here, who is working this one right now? It seems like this might be in need of feedback from @owocki but I can't tell for sure. Apologies for Gitcoin Bot coming in and trying to take over 😛 (Which I can see is a topic of conversation itself). @owocki @PixelantDesign Any thoughts to add on the approach suggestions? |
Yeah, this one kinda got a little confusing. I have changes #387 but there is a bit of drift now and I will need to do some manual merging. Just wanted to wait till I had the go-ahead before I did that. |
id be happy to move over to a clean thread if that'd help make this neater :) @bhenze let me know if you need anything from me! lets we left things i think we were on the same page |
are we still adding live rates using shields.io API? @bhenze if the answer is yes to the above question then I can work on adding that if you haven't worked on it already. thanks |
id prefer to complete the original scope here and then consider adding that later.. |
@owocki, okay. My branch is up to date with all my updates from previous reviews and all the latest code from master. Cheers! |
commenting over at #387 now |
@owocki responded to your questions. |
😍 @bhenze send me your ETH address and ill pay you out the bounty |
@owocki Thanks! Look forward to helping out in the future. |
here ya go @bhenze -- thanks again! http://etherscan.io/tx/0x7c23844fb3eb7d58eb17411ece2364679e53310831c5ff135edd3eea68096e19 |
What
In github notifications Instead of
we should say something like
Requirements
Places to update:
The text was updated successfully, but these errors were encountered: