-
Notifications
You must be signed in to change notification settings - Fork 2
User Story : Article Editing
desiderare edited this page Nov 18, 2019
·
1 revision
As a SNUBot user who posted article to improve it but some thoughts were changed. I want to edit my article. So that users and developers don’t get confused with my article
- Submit button
- id:
submit-change-button
- label:
Submit
- disabled: when contents and title never changed
- action: redirect to
article-detail
page
- Delete button
- id:
delete-aritcle-button
- label:
Delete
- action: redirect to
board-detail
page
- New suggestion title
- id:
new-suggestion-title
- field type:
input:text
- New suggestion content
- id:
new-suggestion-content
- field type:
input:textarea
Acceptance Test
- At
article-detail
user clicksedit
button - If requesting user is not author of article
edit
button is disabled - If user is author of article, user goes
article-edit
page. - When some changes have been made to title or contents
submit
button is active - If title or content is '(No contents)',
submit
button is also disabled - After user made some changes to article and click
submit
button, user is directed toarticle-detail
page - If user click
delete
button, user is directed toboard-detail
page