-
-
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
feat: show sync github issue button to bounty owner #4870
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.4 ETH (88.48 USD @ $221.21/ETH) attached to it.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Workers have applied to start work. These users each claimed they can complete the work by 12 months from now. 1) acolytec3 has applied to start work (Funders only: approve worker | reject worker).
Is there any value in just having the sync run the sync_geth command and update all recent bounties or is that too much overhead? Learn more on the Gitcoin Issue Details page. |
@acolytec3 nope just for that specific bounty ! Every bounty would be an overhead that may mess things up ! |
@thelostone-mc Sorry but I'm going to pull out of this one. I can't get my local environment working for some reason and I've been banging my head on it for a while. Will let someone else take a shot at this one in the meanwhile. |
Sure thing ! Thanks for the update mate ^_^ |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 11 months, 3 weeks from now. 1) pierrickgt has been approved to start work. In order to complete this issue, I'll add the Sync issue button to the Finally fixed my local dev environment issues. If this is still open:
Finally fixed my local dev environment issues. If this is still open:
Learn more on the Gitcoin Issue Details page. |
I've completed the bounty from this issue, here is the PR: #4899 |
Not trying to be nitpicky here but who is approved to work on this bounty? The bot says I was approved and I'd already started my PR (which is mostly done) when I noticed the other one submitted by @PierrickGT that's already been approved by @danlipert and @octavioamu. If his approach is preferred, that's fine but would like confirmation. |
Hi, |
@PierrickGT - not a big deal, just want direction from the core devs before I do anything else. It's been a fruitful learning exercise for me if nothing else. @thelostone-mc, @danlipert, @octavioamu, who gets this one? |
@acolytec3 So here's what happened @PierrickGT reached out to me after you let me know you had env issues ( thanks for that 🙌 )
I'm not sure why the approve wasn't reflected. Would it be alright if we went ahead with PR raised by @PierrickGT ? |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 0.4 ETH (84.86 USD @ $212.14/ETH) has been submitted by: @thelostone-mc please take a look at the submitted work:
|
Yeah, not a big deal. I did hit the stop work button and then reapplied and got a notification from the system saying I was approved again which is why I started. I'll close my PR. That said, y'all should look at that pull-github job again. I was looking at it as a model for my PR and It didn't look like it touched the issue title or description fields at all. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 0.4 ETH (89.95 USD @ $224.88/ETH) attached to this issue has been approved & issued to @PierrickGT.
|
Thanks @PierrickGT ^_^ |
Description
When funder creates an issue, we sync the issue with GitHub to populate details. Once an issue has been created successfully, we've got a cron which pulls data and syncs every 24 hours to ensure all updates made to GitHub issue are synced
Issue
Many a time, after creating an issue -> the funder decides to update the description but this gets reflected on the Gitcoin issue only when the cronjob runs the mgmt command.
This can be frustrating to the funder especially if a change needs to be ported asap.
Solution
Introduce a button
Sync Issue
on the bounty detail page which gets rendered only if you are the owner of the issue / the admin.The funder/admin would be able to click on this and this would pull the latest and update the DB thus allowing an immediate sync
The button is to be added next to the other action buttons aka the black rectangle in the below screenshot
NOTE
Reported on community slack a couple of time !
The text was updated successfully, but these errors were encountered: