-
-
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
stale bounties filter #197
Comments
cc @vs77bb in case this would help you in your weekly pruning of bounties in any way... |
This issue now has a funding of 0.1 ETH (54.11 USD @ $541.12/ETH) attached to it.
|
Issue Status: 1. Open 2. Cancelled Work has been started. has committed to working on this project to be completed 2 weeks, 6 days ago. |
Hi @leonj3813 are you working this one right now? I think this is a great task that can help us improve the product experience a ton 🙂 |
Hey @vs77bb I'm working on adding this. I'm setting up my local environment and then I'll add to the refreshBounties uri to get the new information from the HTTPS API. |
What is the best way to define an action on a bounty? I can filter x days from the time in the "modified_on" field easy enough. |
this works! i may also add a |
@owocki Yeah I tested this last night and it looks like the modified_on field is getting updated every 15 minutes on the live api https://gitcoin.co/api/v0.1/bounties/. If this is the case then I guess a last_commented_date field would have to be added to the model and this could be updated in refresh_bounties.py. This field would probably help with #567 also. |
@leonj3813 ed08a04 should give u what u need |
- Put a radio button on the search sidebar that filters out bounties that have been commented on in the last x days based on the last_comment_date model field. X = 5, 10 and 30. - Added css class to sidebar_search.css that allows labels under form__radio to wrap. Needed for proper formatting of new radio button labels. Refs: gitcoinco#197
- Put a radio button on the search sidebar that filters out bounties that have been commented on in the last x days based on the last_comment_date model field. X = 5, 10 and 30. - Added css class to sidebar_search.css that allows labels under form__radio to wrap. Needed for proper formatting of new radio button labels. Refs: gitcoinco#197
- Put a radio button on the search sidebar that filters out bounties that have been commented on in the last x days based on the last_comment_date model field. X = 5, 10 and 30. - Added css class to sidebar_search.css that allows labels under form__radio to wrap. Needed for proper formatting of new radio button labels. Refs: gitcoinco#197
- Put a radio button on the search sidebar that filters out bounties that have been commented on in the last x days based on the last_comment_date model field. X = 5, 10 and 30. - Added css class to sidebar_search.css that allows labels under form__radio to wrap. Needed for proper formatting of new radio button labels. Refs: gitcoinco#197
@owocki Is this one with you for review? |
from the pr we are waiting on the turnaround of a few comments from @leonj3813 -- then we can pay it out |
@leonj3813 Any update here to get it across the finish line? Hope you are doing well! |
@davidbanu are you still working on this issue?
|
@davidbanu Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
|
1 similar comment
@davidbanu Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
|
@davidbanu Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
|
Issue Status: 1. Open 2. Cancelled The funding of 0.1 ETH (74.1 USD @ $741.02/ETH) attached to this issue has been cancelled by the bounty submitter
|
Closing this! |
put a radio button on the gitcoin.co/explorer sidebar that filters out any bounties that have had action on them in the last X days. these bounties are stale in that whomever has claimed them is not doing active work
X = 5 for intiial MVP
The text was updated successfully, but these errors were encountered: