Skip to content

Commit

Permalink
Updated use cases in UG, fix typo in DG
Browse files Browse the repository at this point in the history
  • Loading branch information
angsongyee committed Mar 22, 2024
1 parent 4b44a88 commit a9b5ca5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
* 1b1. CodeConnect shows an error message.
Use case ends.

* 1d. Updated contact matches another existing contact
* 1b1. CodeConnect shows an error message.
Use case ends.

**Use case: UC04 - View all contacts**

**MSS**
Expand Down Expand Up @@ -556,6 +560,22 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

Use case ends.

**Use case: UC09 - Viewing command history**

**MSS**

1. User selects command input.
2. User requests to view previous or next command in history.
3. CodeConnect retrieves the command from the command history.
4. CodeConnect updates the contents of the command input.

Use case ends.

**Extensions**

* 3a. CodeConnect does not find any previous/next command in the command history.
Use case ends.

*{More to be added}*

### Non-Functional Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Any commands you have run previously are saved in the command history, so that y
Any edits you make to a command will be saved while navigating through your history, so you can go to a another command
to refer to it, and then return back to your edited command to finish typing.

**How to use:** Use the up and down arrow keys to navigate through your history while the command input is focused,
**How to use:** Use the up and down arrow keys to navigate through your history while the command input is focused.

#### Saving the data

Expand Down

0 comments on commit a9b5ca5

Please sign in to comment.