Skip to content

Commit

Permalink
updated Uerser stories cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lzyuan168 committed Oct 19, 2016
1 parent b8f18a4 commit 1c0c85e
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docs/UserStoriesCases.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Priority | As a ... | I want to ... | So that I can...

**MSS**

1.User requests to add events with start time and end time
2.Task manager adds events into manager <br>
Use case ends
1.User requests to add events with start time and end time
2.Task manager adds events into manager <br>
Use case ends

**Extensions**

2a. There is already an event in the time slot
2a. There is already an event in the time slot

>2a1. Task manager shows an error message
Use case ends
Expand All @@ -42,12 +42,12 @@ Use case ends

**MSS**

1.User requests to edit existing events
2.Task manager edits the events<br>
Use case ends
1.User requests to edit existing events
2.Task manager edits the events<br>
Use case ends

**Extensions**
2a. There is no such event requested by the user
2a. There is no such event requested by the user

>2a1. Task manager shows an error message
Use case ends
Expand All @@ -57,20 +57,20 @@ Use case ends

**MSS**

1.User request to show list of events/task
2.Task manager shows list of events/task
3.User request to delete a specific event / task
4.Task manager deletes the event / task <br>
Use case ends
1.User request to show list of events/task
2.Task manager shows list of events/task
3.User request to delete a specific event / task
4.Task manager deletes the event / task <br>
Use case ends


**Extensions**

2a. The list is empty
2a. The list is empty

>Use case ends
3a. The given event/task is non existent
3a. The given event/task is non existent

>3a1. Task manager shows an error message <br>
Use case ends
Expand All @@ -80,12 +80,12 @@ Use case ends

**MSS**

1.User request to update a specific event / task to completed
2.Task manager updates the event / task as completed<br>
Use case ends
1.User request to update a specific event / task to completed
2.Task manager updates the event / task as completed<br>
Use case ends

**Extensions**
2a. The given event/task is non existent
2a. The given event/task is non existent

>2a1.Task manager shows an error message <br>
Use case ends
Expand All @@ -95,12 +95,12 @@ Use case ends

**MSS**

1.User request to undo previous operations
2.Task manager undoes the operations<br>
Use case ends
1.User request to undo previous operations
2.Task manager undoes the operations<br>
Use case ends

**Extensions**
2a. There are no previous operations
2a. There are no previous operations

> 2a1.Task manager shows an warning message <br>
Use case ends
Expand All @@ -110,13 +110,13 @@ Use case ends

**MSS**

1.User requests to search for an event by keyword
2.Task Manager shows a list of events/tasks containing the keyword
Use case ends
1.User requests to search for an event by keyword
2.Task Manager shows a list of events/tasks containing the keyword
Use case ends

**Extensions**

1a. The matching keyword is not found
1a. The matching keyword is not found

>1a1.Task manager shows an error message
Use case ends

0 comments on commit 1c0c85e

Please sign in to comment.