-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Display Notification for Emoji Reactions on a Comment #9071
Comments
What to ChangeHere's where the comment view sends a request to make a user reaction on a comment: plots2/app/views/notes/_comment.html.erb Lines 83 to 92 in 38e37eb
Particularly these two lines are making an plots2/app/views/notes/_comment.html.erb Lines 87 to 88 in 38e37eb
Which calls this controller here: plots2/app/controllers/comment_controller.rb Lines 140 to 160 in 38e37eb
The delete comment example I mentioned above uses this JS here to flash the notification: plots2/app/views/notes/_comment.html.erb Lines 107 to 117 in 38e37eb
|
I would like to work on this issue |
@RATED-R-SUNDRAM go for it! comment on this page or in chat if you'd like help with anything! |
@noi5e can I work on this issue if @RATED-R-SUNDRAM is not working on this? |
@shadowoflight Good question! @RATED-R-SUNDRAM Do you still want to work on this issue? Are you stuck anywhere and need help? If you don't want to work on this anymore, are you okay with @shadowoflight taking it over? |
Since @RATED-R-SUNDRAM has no response it will be fair enough if I take up the issue and start working @noi5e |
@shadowoflight Go ahead! |
@shadowoflight How is it going with this issue? Were you able to find a way to get the app set up locally or on GitPod? Please let me know if there's any way I can help 😄 |
@shadowoflight are you working on this |
@noi5e Can you assign this to me |
@shadowoflight, You mentioned that you hadn't started working on this because of exams. Can you please let us know when you'll be ready to start this? |
Hey @noi5e, meanwhile can I try to solve this issue. This would be my first contribution to the org :) |
@govindgoel If you want this issue it's yours. Can you claim it in the next 24 hours? If I don't hear from you, I'll assign it to @waridrox |
@noi5e I can start working on this. |
@govindgoel Great, go ahead! |
Since there is no further update on this, @noi5e could you please assign it to me, I would like to at least try and see if this can be resolved. Thanks :) |
@waridrox Go ahead and start working on it! You can submit a PR linking this issue. Thanks. |
I am working on it the issue I faced @noi5e is with ajax call i am able to put a notyNotification but while remvoing the reacted emoji, it still shows reacted with in the notification ideally it should show removed the particular emoji, there is some issue with the post request i'm currently looking into it. And I should have followed up early :/ |
No worries 👍 pls continue... |
@govindgoel Ah okay! Sorry about that, I wasn't sure if you were working on it. @govindgoel, definitely continue working on it. I'm happy to help you too! Don't hesitate to leave a comment about what you find. |
Is this issue open? If yes, I would like to work on this. @noi5e |
If this issue is open, I would like to take this up. May I? |
Apologies for the delay! @Yavnikaa, as you are the most recent interested person, feel free to take up this issue! |
@noi5e Hi, is anyone working on this issue? I would like to work on it if possible. Thanks |
@iem-saad Yes, feel free to go ahead and make a PR! |
Thanks for allowing me, will ping you when done or help needed. |
Hi @noi5e, you use rbenv or RVM for managing ruby versions? I use RVM and having following issue while project setup. Do you know any workaround?? |
@iem-saad I recommend asking for config help in Public Lab's Gitter channel... Or browse our open issues, you might find that someone else has encountered the same setup bug. |
What do you all think about having a Noty Notification displayed when user reacts to a comment?
Expected
For example, here is a video that shows notification when user DELETEs a comment.
An image of Delete Notification below:
![Screen Shot 2021-01-24 at 2 44 45 PM](https://user-images.githubusercontent.com/4361605/105646111-dba0a680-5e52-11eb-867d-afffb611f138.png)
We could have a similar notification for when user reacts to a comment. The notification could have a string like:
Actual
This video shows what currently happens when the user emoji-reacts to a comment
On the other hand, I know that for example facebook doesn't flash notifications when a user likes a post. Is this something we even want to do? If so, I'm happy to help guide whoever takes this issue on.
The text was updated successfully, but these errors were encountered: