-
Notifications
You must be signed in to change notification settings - Fork 2
User Story: posting suggestion
Seongmin Park edited this page Oct 9, 2019
·
2 revisions
As a SNUBot user who received unsatisfactory answer from SNUBot
I want to participate in teaching process
So that other users can get proper information from SNUBot
- Write button
- id:
suggestion-write-button
- label:
Write
- action: redirect to
create-suggestion
page
- Confirm button
- id:
create-suggestion-confirm-button
- label:
Confirm
- disabled:
new-suggestion-title
andnew-suggestion-content
are not empty strings- action: redirect to
suggestion-detail
page
- New suggestion title
- id:
new-suggestion-title
- field type:
input:text
- New suggestion content
- id:
new-suggestion-content
- field type:
input:textarea
- user enters SNUBot community
sub board
- user clicks
suggestion-write-button
- if not logged in, user is directed to login page
- after login (or already logged in), user is directed to
create-suggestion
page. - user fills in
new-suggestion-title
andnew-suggestion-content
- user clicks
create-suggestion-confirm-button
- user is directed to new page(
suggestion-detail
) just created insub board
. Title is fromnew-suggestion-title
, Content is fromnew-suggestion-content
at acceptance test 5. - if user exits while writing suggestion, ask user to make sure using
window.confirm