Skip to content

Commit

Permalink
Merge pull request #241 from dawg420/ug-edits
Browse files Browse the repository at this point in the history
Ug edits
  • Loading branch information
CedricPei authored Apr 9, 2023
2 parents cda172d + ac0e35e commit a55df4b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ Use this command with caution.

Format: `clear`

![Clear](images/command_result/Clear.png)

Above is the execution result of the input `clear`.

### Undoing previous command: `undo`

In the event that your previous change was a mistake, you can use this feature to revert the patient records to the state before the previous command was executed.
Expand All @@ -358,11 +362,11 @@ Format: `undo`
launch of HospiSearch application. Undo can be executed up to the initial starting state.
</div>

![Undo-1](images/command_result/Undo-1.png)
<br/><br/>![Undo-1](images/command_result/Undo-1.png)

Changing the name of a patient above `edit 6 n/John Balakrishnan` (Previously Roy Balakrishnan)

![Undo-2](images/command_result/Undo-2.png)
<br/><br/>![Undo-2](images/command_result/Undo-2.png)

And above is the execution of `undo`

Expand All @@ -379,9 +383,6 @@ Format: `redo`
![Redo](images/command_result/Redo.png)
Following the above example for `undo`, `redo` would subsequently change the name of the patient again.

![Clear](images/command_result/Clear.png)

Above is the execution result of the input `clear`.

### Switching to light mode: `light`

Expand Down

0 comments on commit a55df4b

Please sign in to comment.