-
-
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
adds polls to newsfeed #6077
adds polls to newsfeed #6077
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6077 +/- ##
=========================================
Coverage ? 28.93%
=========================================
Files ? 272
Lines ? 24176
Branches ? 3546
=========================================
Hits ? 6996
Misses ? 16898
Partials ? 282
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.
this LGTM.. pumped to launch this
Nice work! |
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.
looks good, just one small comment
// calc total | ||
var answers = $this.parents('.poll_choices').find('span'); | ||
|
||
console.log(answers.length); |
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.
leftover log statement here
Description
this PR adds polls to gitcoin newsfeed to allow poll of userbase
Refers/Fixes
discussion in newsfeed about poll
Testing