-
Notifications
You must be signed in to change notification settings - Fork 2
User Story: voting on article
Seongmin Park edited this page Oct 9, 2019
·
2 revisions
As a SNUBot user who found some interesting suggestion on community board.
I want to vote on that suggestion
So that, SNUBot quickly reflects that interesting idea
- like button
- Lable : Like
- Action : Up-vote to the article
- dislike button
- Lable : Dislike
- Action : Down-vote the article
- user clicks interesting title in community board, then user is directed to the article page
- user clicks
like
button - if user is not logged in, user is informed that
login is required
- if not logged in, user enters log-in page and log in
- after log-in process, user is redirected to article
- user clicks
like
button again - if user already liked it before, it cancels liked
-
Dislike
button acts same aslike
button