-
Notifications
You must be signed in to change notification settings - Fork 405
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
Bug : One User can do multiple likes to post/tutorial #906
Comments
Hello 👋🏻 @rohitPandey469! Thankyou for creating an issue! |
Yes... This is the issue. I can work on this. The liked user must have the data on db too. Can I work on this @ABHISHEK-PANDEY2 @Sarfraz-droid @shivareddy6. Please assign me... |
@ABHISHEK-PANDEY2 I can solve this issue, please assign it to me, I will check the user has liked the post or not, and if it has, no need to increase the likes. |
I guess issue #887 is the same issue. I guess this is the duplicate of that @rohitPandey469 |
Ahhh... I was trying to raise a issue for "multiple likes" and while creating I headed to not having a proper vote feature, and it's already presented |
I will close this issue then. |
Describe the bug
Same user can do more than 1 likes to the post/tutorial
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After clicking it once, the button needs to be disabled and not allow further votes by the same user.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
-After clicking it once although the appearance of button changed to a disabled one but a user can still click on it.
-The data in db is not updating, i.e. once upvoted - stays upvoted
The text was updated successfully, but these errors were encountered: