- User should get a notification when another user comments on a topic you commented.
- User automatically follows a topic if he comments on it.
- User should be able to toggle those notifications on and of per item (via unfollow).
- This auto follow should be mentioned in the success message when you post a comment.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Screen Shot 2018-06-11 at 17.13.44.png | 35.42 KB | Evelienschut |
Comments
Comment #2
ohorbatiukhttps://github.com/goalgorilla/open_social/pull/652
Comment #3
jochemvn commentedGood idea for a feature... We want this for events too. Basically for all nodes (pages/books/custom ones).
Comment #4
jochemvn commentedComment #5
ohorbatiukComment #6
ohorbatiukI did it for events.
Comment #7
Evelienschut commentedI have seen this issue on Pachamama and i noticed that the message about you following the topic is not very clear. Not sure if that is already changed in this request, if not please change it!
See screenshot for the message "You were followed to a content of this topic"
Comment #8
ohorbatiuk@evelienschut, how should that message be changed?
Comment #9
xinyuma commentedThe text could be:
The unfollow should be a button.
Comment #10
NatashaSchon commentedWhat about this?
Comment #11
xinyuma commentedThat is much better, thanks Natasha!
Comment #12
jaapjan commentedThanks guys! I've update the PR with the latest change. Ready for review.
Comment #13
jaapjan commentedAfter reviewing marking this one as "needs work" again.
When you comment you are automatically following the content, which is nice! But if you then unfollow the content manually and comment on the node again you are automatically following the topic again. My fear is that this will be super annoying for some users. And this feature is only there to accommodate for people who can't find the Follow button themselves. Video of this issue can be found here: https://github.com/goalgorilla/open_social/files/2159816/follow-topic-wh...
The only solution for the issue above is if we can somehow detect if someone unfollowed the content before and then we can prevent to let the user follow the content automatically again. It won't be easy since the Flag module does not currently keep records of previous flags in the database.
I suggest not to merge this before the issue above is solved.
Comment #14
bramtenhove commentedComment #15
bramtenhove commentedI reviewed the current pull request and added an option to unfollow the content in the confirmation message. This should help in the case described above.
https://github.com/goalgorilla/open_social/pull/652
Comment #16
ronaldtebrake commentedComment #17
ronaldtebrake commentedThanks will be in 4.0 today.