-
-
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
re-invite user #4472
re-invite user #4472
Conversation
if user has no bounties to invite hunter -> they are encouraged to create bounty
- added button (auto-trigger) when invite param is passed in /user
- bounty waiting state shows invite user based on sessionStorage - fixed linting issues + added documentation
Codecov Report
@@ Coverage Diff @@
## master #4472 +/- ##
==========================================
+ Coverage 30.08% 30.09% +<.01%
==========================================
Files 209 209
Lines 16850 16848 -2
Branches 2267 2266 -1
==========================================
Hits 5070 5070
+ Misses 11582 11580 -2
Partials 198 198
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #4472 +/- ##
==========================================
+ Coverage 30.08% 30.09% +<.01%
==========================================
Files 209 209
Lines 16850 16848 -2
Branches 2267 2266 -1
==========================================
Hits 5070 5070
+ Misses 11582 11580 -2
Partials 198 198
Continue to review full report at Codecov.
|
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.
Left a comment but lets sync about this
setTimeout(function() { | ||
$('#reinvite-user').trigger('click'); | ||
}, 200); | ||
clearInterval(timer); |
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.
Instead of this you can user the vm methods this.openBounties(reinviteUser), you don't need to go to trigger from the view.
Ported commits over to #4494 |
Description
to create bounty
Demo
Basic Payout : Check HERE
Advanced Payout : Check HERE
closes #4333