You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The blogs model has a field 'upvotes' but currently it is not being used anywhere. Now that detailed blog pages are ready at '/blogs/' and general page at '/blogs' is almost done, we need to add an upvotes button for blogs.
Describe the solution you'd like!
Since currently we only have a detailed blog page for every blog at /blogs/<id>, so let's start the solution from there and when the basic setup is done, we can easily do it for blogs on /blogs page as well. The solution might include :
Making a new model upvotes, for mapping blogs and the user that upvoted it.
Use Ajax to update the upvote count dynamically without requiring a page reload.
User must be logged in to upvote a blog.
There is no need for a separate downvote button. If a user has upvoted a blog, simply deselecting will undo the upvote.
When the blog page at /blogs is ready, will be adding the feature there as well.
Describe alternatives you've considered
Feel free to suggest!
Developer Help
Feel free to ask for help incase of any doubt.
The text was updated successfully, but these errors were encountered:
@SamakshAgarwal1112 I would like to work on this issue. The approach would include updating the blog model to incorporate the upvote button and then rendering it in the respective blog template file to show the button.
Is your feature request related to a problem? Please describe.
The blogs model has a field 'upvotes' but currently it is not being used anywhere. Now that detailed blog pages are ready at '/blogs/' and general page at '/blogs' is almost done, we need to add an upvotes button for blogs.
Describe the solution you'd like!
Since currently we only have a detailed blog page for every blog at
/blogs/<id>
, so let's start the solution from there and when the basic setup is done, we can easily do it for blogs on/blogs
page as well. The solution might include :/blogs
is ready, will be adding the feature there as well.Describe alternatives you've considered
Feel free to suggest!
Developer Help
Feel free to ask for help incase of any doubt.
The text was updated successfully, but these errors were encountered: