-
-
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
New bounty form #7086
New bounty form #7086
Conversation
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.
Is there a video @octavioamu ?
Codecov Report
@@ Coverage Diff @@
## stable #7086 +/- ##
==========================================
- Coverage 26.25% 26.06% -0.19%
==========================================
Files 300 300
Lines 29385 29769 +384
Branches 4325 4497 +172
==========================================
+ Hits 7715 7760 +45
- Misses 21399 21729 +330
- Partials 271 280 +9
Continue to review full report at Codecov.
|
* removes per tip txn limit (#7101) * removes tip per txn limit * removes tip per txn limit * removes tip per txn limit * allow matic grant creation w/o web3 (#7118) * allow matic grant creation w/o web3 * remove consolelog * fix lint * fix network assignment for grants w/o web3 * fix matic label in grants index * gas prices threshold * avatar URL * New bounty form (#7086) * create new form * set fee * add missing fields and fix datepicker * form fees and featured * url params * add subscriptions models * subscription validations and wallet tx counter * cleanup * migration * hide chains * add duplication validate * add decimals filter * fix validations * code review * new form fixes Co-authored-by: Kevin Owocki <[email protected]> Co-authored-by: Dan Lipert <[email protected]>
Description
The new funder form was rebuild from zero removing standard bounties but keeping 10% fees and featured bounty.
For non ethereum 10% fees are not applied, but if the bounty is featured then user need to do that transaction.
Guide was moved to a modal, no longer redirect.
Subscribers doesn't have any charge on fees or featured bounties.
Coupons still a valid use case.
Chains selectors let people chose their chain.
Contest and cooperative only for subscriptions.
paypal, others, celo only visible for staff.
new param for get_issue_details
duplicates=true
to check if there is a bounty already for that issue./sync/get_issue_details?url=https://github.com/gitcoinco/web/issues/7111&duplicates=true
Refers/Fixes
Testing