-
-
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
Chat 1.2 - General Availability #5569
Conversation
- bounty on create task added to dashboard/tasks.py - chat/tasks.py created - wip tasks wip commit
Codecov Report
@@ Coverage Diff @@
## master #5569 +/- ##
==========================================
- Coverage 30.02% 29.77% -0.26%
==========================================
Files 254 257 +3
Lines 21586 21893 +307
Branches 3138 3213 +75
==========================================
+ Hits 6482 6518 +36
- Misses 14828 15085 +257
- Partials 276 290 +14
Continue to review full report at Codecov.
|
Issue 5578 chat page
…rk start, only applys to bounties that are tied to an event
chat/tasks contains the new celery tasks to handle communication with mattermost bountys with events will trigger channel creation and put the funder and interested hunter into the newly created channel
…sting to gate the channel creation
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.
Still needs some work but almost there
…ead_messages boolean added to context.py
chat/tasks contains the new celery tasks to handle communication with mattermost bountys with events will trigger channel creation and put the funder and interested hunter into the newly created channel
…sting to gate the channel creation
…ead_messages boolean added to context.py
* improve quest feedback email" * fix multiline string * Update mails.py Co-authored-by: Aditya Anand M C <[email protected]>
Description
Chat/tasks.py - tasks to communicate needs to Mattermost
dashboard/views.py - after a bounty interest is created connect hunter and funder together into the bounty channel in the hackathon team
Refers/Fixes
#5522 #5614
Testing