-
-
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
Hackathon Townsquare - General Cleanup and Project Panel Updates #6439
Conversation
… one of the items
- register button pushes users to onboarding - only prizes and projects are available to non registered users - cleanup of stale code/review tweaks
…ate filter to prevent long running paragraphs
Codecov Report
@@ Coverage Diff @@
## master #6439 +/- ##
==========================================
+ Coverage 27.18% 27.85% +0.67%
==========================================
Files 289 289
Lines 26463 29034 +2571
Branches 3922 4840 +918
==========================================
+ Hits 7194 8088 +894
- Misses 18999 20559 +1560
- Partials 270 387 +117
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 some questions im not sure If Im missing something, but ping me if anything.
<script> | ||
$('body').bootstrapTooltip({ | ||
selector: '[data-toggle="tooltip"]' | ||
}); | ||
const csrftoken = jQuery("[name=csrfmiddlewaretoken]").val(); | ||
document.keywords = {{ keywords | safe }}; | ||
document.is_registered = {{ is_registered | safe }}; | ||
document.is_registered = JSON.parse(document.getElementById('hackathon-registration').textContent); |
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.
where is this element with id hackathon-registration ?
Description
Refers/Fixes
Issue with adding members to channel, users who have left the chat experience halt the mass adding of hackers.
Testing