-
-
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
bounties: fee integration #3961
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3961 +/- ##
==========================================
+ Coverage 30% 30.02% +0.02%
==========================================
Files 205 205
Lines 15950 16025 +75
Branches 2108 2116 +8
==========================================
+ Hits 4786 4812 +26
- Misses 10992 11041 +49
Partials 172 172
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3961 +/- ##
==========================================
+ Coverage 30.19% 30.22% +0.02%
==========================================
Files 205 205
Lines 16150 16240 +90
Branches 2129 2139 +10
==========================================
+ Hits 4876 4908 +32
- Misses 11100 11158 +58
Partials 174 174
Continue to review full report at Codecov.
|
e28a919
to
36a84e3
Compare
- added: refund request page + review refund request - added admin panel - ensures one refund request per bounty - allows processing those request which haven't been rejected / fulfilled - admin can reject request
- bounty/detail: add refund fee button only for funder
First off, great work. Thanks for the amazing teamwork on this, and working through the decisions on contracts and stuff. +1 for Dan putting it up on staging 5 minutes after I asked for it too. Just finished looking at this on staging, and the functioning looks smooth. Some comments below from Aditya's asks.
|
The increase bounty is the contribute button & I've seen it used by a few funders.
we store the % fee directly in the bounty table as shown here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't test it in my local to understand deeply but left some comments
threw in comments to address review comments
Description
Check out gist for info
closes #3891
closes #3910
closes #3909
Pending: @frankchen07