-
-
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
chore: email setup no applicant bounty #5062
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5062 +/- ##
========================================
Coverage ? 31.8%
========================================
Files ? 218
Lines ? 17897
Branches ? 2506
========================================
Hits ? 5692
Misses ? 11973
Partials ? 232
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #5062 +/- ##
==========================================
- Coverage 31.03% 30.72% -0.32%
==========================================
Files 218 218
Lines 17515 18084 +569
Branches 2404 2600 +196
==========================================
+ Hits 5436 5556 +120
- Misses 11856 12274 +418
- Partials 223 254 +31
Continue to review full report at Codecov.
|
def render_no_applicant_reminder(bounty): | ||
params = { | ||
'bounty': bounty, | ||
'directory_link': '/users?skills=' + bounty.keywords.lower() |
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.
@octavioamu / @PixelantDesign so if the bounty has keywords Python, javascript, MySQL , Moloch
The button would redirect to all those filters being applied => and no users would be shown as we would be searching for user who has all those 4 skills (especially Moloch)
We could match this against an exhaustive list at our end but even then we would end up with 3 skillm Python, javascript, MySQL
and we might not have users with all 3 filters
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.
I think is ok, since the skills needed are that. The users search will open without results and then the user can remove skills and filter new stuff to match the ones he need.
b6e0a96
to
5496a8a
Compare
text, | ||
html, | ||
from_name="No Reply from Gitcoin.co", | ||
categories=['marketing', func_name()], |
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.
not sure if this should be transactional.
idx_status='open', | ||
) | ||
|
||
for bounty in [b for b in bounties if b.no_of_applicants == 0]: |
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.
cool this will solve contest bounties.
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.
Cooool
Description
Refers/Fixes
#5035
Testing
Video URL : https://embed.vidyard.com/share/ikLCZWvSek5HCNjTya5BZZ?
Navigate to http://localhost:8000/_administration/email/no_applicant_reminder to view mail
Dan: Tested 3/7 day selection query on prod