-
Notifications
You must be signed in to change notification settings - Fork 2
User Story: nickname
lightb0x edited this page Nov 4, 2019
·
1 revision
As a SNUBot user who want to express familiarity whilst reserving anonymity I want to set my nickname So that other users can recognize me easily.
- Signup button
- id:
Signup-button
- label:
Signup
- action: send backend user information; If valid, redirect to
signin
page. If not, inform user what went wrong and stay.
- Confirm button
- id:
Confirm-button
- label:
Confirm
- action: send backend user information; If valid, redirect to previous page. If not, inform user what went wrong and stay.
- Search button
- id:
search-button
- action: set
searchOption
andfetch
- Search Type
- field label: Search Type
- field type: drop down
- field options: name, content, name/content
- default value: name
- setting new nickname
- id:
nickname
- field type:
input:text
- search nickname
- id:
search-keyword
- field type:
input:text
- at
signup
page, user can see newnickname
form field. - user fills in
nickname
with one's own. - user clicks
Signup-button
- If given information is valid, user is directed to
Signin
page. - If not, user is informed of what went wrong.
- at
change-user-information
page, user can seenickname
form field. - user fills in
nickname
with one's own. - user clicks
Confirm-button
- If given information is valid, user is directed to previous page.
- If not, user is informed of what went wrong.
- at
hot
andall
board, user can seenickname
dropdown menu. - user clicks
nickname
from dropdown menu. - user fills in
search-keyword
with one's nickname. - user clicks
search-button
. - user can see all and only articles of that nickname.