Skip to content

Commit

Permalink
[Documentation] Add Event Use Case (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-tjahjono authored and QzSG committed Oct 17, 2018
1 parent db0a995 commit e8b86d6
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ Use case ends.
+
[none]
** 2b1. StudentPlanner informs user about unsuccessful adding of task.
** 2b1. StudentPlanner <<_use_case_app_usage_uc6,shows application usage (UC6)>>
** 2b2. StudentPlanner <<_use_case_app_usage_uc6,shows application usage (UC6)>>
+
Use case ends.

Expand Down Expand Up @@ -1072,6 +1072,29 @@ Use case ends.
+
Use case ends.

[discrete]
=== Use case: Add Event (UC10)

*MSS*

1. User requests to add an event
2. StudentPlanner adds new event with given details
+
Use case ends.

*Extensions*

* 2a. A similar event exists
[none]
** 2a1. StudentPlanner prompts user that a similar event exists. Event is not added.
+
Use case ends.
* 2b. Insufficient or Invalid details provided.
[none]
** 2b1. StudentPlanner shows required command format to user. Event is not added.
+
Use case ends.

_{More to be added}_

[appendix]
Expand Down

0 comments on commit e8b86d6

Please sign in to comment.