From a9b5ca547e376fbcc61a2224098c735e9d528cb3 Mon Sep 17 00:00:00 2001 From: angsongyee Date: Fri, 22 Mar 2024 11:01:35 +0800 Subject: [PATCH] Updated use cases in UG, fix typo in DG --- docs/DeveloperGuide.md | 20 ++++++++++++++++++++ docs/UserGuide.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 2c39db67a6c..2f1ee67697b 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -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** @@ -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 diff --git a/docs/UserGuide.md b/docs/UserGuide.md index cb5bcbfcdb2..3c6b1e23021 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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