DasUnicorn / WordWeave

Reddit style news site
0 stars 1 forks source link

User Story: Implementing Voting Link as JS Button #42

Closed DasUnicorn closed 6 months ago

DasUnicorn commented 7 months ago

Dependencies:

28

Description Of Service Or Screen: Currently the Voting get handle by django completely. This could be done with Java Script instead. While doing so, it could be implemented that the user stays on the post they have voted on.

User Objective: As a user, I want to vote easily, so that I can show my support or dislike for a post.

Acceptance Criteria:

DasUnicorn commented 6 months ago

Testing:

Voting is handled with JS ---> done
(optional) django url is still the default. ---> done

--->done