-
Notifications
You must be signed in to change notification settings - Fork 2
User Story: Comment on article
sungbin92 edited this page Nov 4, 2019
·
2 revisions
As a SNUBot user who found the interesting article on the board I want to represent my opinion on article So that writer can elaborate and develop writer's own opinion
- Comment button
- id:
comment-write-button
- label:
Comment
- action: refresh the article page
- New Comment content
- id:
comment-content
- field type:
input
- user enters specific article which interested user.
- user have some questions or want to give some opinion on article.
- user can see the comments on that article from other user.
- user can write a comment on 'comment-content' form.
- if not logged in, user is directed to login page when user click the 'comment-write-button'.
- after login, user can click the 'comment-write-button' and user can see refreshed page with user's comment.
- if user exits while writing comment, ask user to make sure using 'react bootstrap confirm'