-
Notifications
You must be signed in to change notification settings - Fork 404
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
No limitation to the upvote or downvote and no hover text in the buttons #995
Comments
Hello 👋🏻 @PoulavBhowmick03! Thankyou for creating an issue! |
@PoulavBhowmick03 If you are going to work on this, try to implement it with backend logic and connect it to the backend. |
@ABHISHEK-PANDEY2 Okay, I would do that. Yes I will be working on this, do I need to get assigned before I start working on it? |
I assigned it to you, you can work on it. |
Thanks! |
@ABHISHEK-PANDEY2 Hello, I have the frontend code ready for this, I just need a little more time to understand and work on the backend in firebase. In the meanwhile, can I raise a PR for the frontend code? and then work on the backend later? Would that be okay? |
Like, I have written the function to fetch and store the upvote or downvote, but I am not exactly sure where to pass that or import the model from. That's why.. Can I work on the backend for this a bit later? |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Describe the bug
When we add a new Codelabz, there is a functionality of upvote and downvote. But right now, there is not limitation for an user. They can upvote or downvote n number of times.
Also, there is no hover text in the share, bookmark and comment buttons in the same.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The upvote or downvote button should allow users to only be able to vote once, and then they can either keep that or change their vote.
The comment, bookmark and share button should show their names when hovering over it
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: