-
-
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
As a gitcoin user, I would like to see the responses to my post in the Notifications. #6045
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6045 +/- ##
==========================================
+ Coverage 28.96% 28.99% +0.03%
==========================================
Files 272 272
Lines 24085 24125 +40
Branches 3518 3523 +5
==========================================
+ Hits 6976 6996 +20
- Misses 16828 16847 +19
- Partials 281 282 +1
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.
Hey zoek Just tested on my local, I just received notifications when someone tag my users not on likes new comments are placed on the bottom of notifications array.
Another thing I noticed is you didn't use the signals, probably I should have explained that on the issue but in the folder inbox you have a signals.py files to actually add the signal of any notification and do all the dirty job for you.
@@ -55,6 +55,8 @@ class Notification(SuperModel): | |||
('new_milestone', 'New Milestone'), | |||
('update_milestone', 'Updated Milestone'), | |||
('new_kudos', 'New Kudos'), | |||
('new_mention', 'New Mention'), | |||
('new_post_comment', 'New comment'), |
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.
missing new_like
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.
Ok, i'll add it!
Really nice and supper excited with this I have another on going PR I will integrate with this to add the notifications to the browser |
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.
great work, tested locally
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.
fuck nice :D
excited
Description
Get notifications from someone pinging me in the town square or for responses to my post
Refers/Fixes
#5943
Testing