Skip to content

Commit

Permalink
Merge branch 'main' into EditUG1
Browse files Browse the repository at this point in the history
* main:
  Fix hyperlinks not working on website
  Fix styling errors
  • Loading branch information
ongweijie7 committed Mar 30, 2023
2 parents fa12afe + 4d5b3cb commit e5fb3c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
5 changes: 3 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ the `execute("delete i/T0123456A T0124563B")` API call.

![Interactions Inside the Logic Component for the `delete i/T0123456A T0124563B` Command](images/BetterDeleteSequenceDiagram.png)

<div>br markdown="span" class="alert alert-info">:information_source: **Note:** The lifeline for `DeleteCommandParser` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline reaches the end of diagram.
<br> [] refers to an ArrayList Object.
<div markdown="span" class="alert alert-info">:information_source: **Note:** The lifeline for `DeleteCommandParser` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline reaches the end of diagram.
[] refers to an ArrayList Object.

</div>

Here are the other classes in `Logic` (omitted from the class diagram above) that are used for parsing a user command:
Expand Down
32 changes: 16 additions & 16 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ their patient management tasks and improve overall efficiency.
- [GUI Information](#gui-information)
- [Command Prefixes](#command-prefixes)
- [Features](#features)
- [Help](#viewing-help--help) `help`
- [Undo](#undoing-previous-command--undo) `undo`
- [Redo](#redoing-previous-undo--redo) `redo`
- [Add patient](#adding-patient-record--add): `add`
- [Edit patient](#editing-a-patient-record--edit): `edit`
- [Delete patient](#deleting-a-patient-record--delete): `delete`
- [List all patients](#listing-all-patients--list): `list`
- [Filter patients](#find-patients-by-nric-name-address-or-tags--find): `find`
- [Backup patient records](#backup-patient-records--backup): `backup`
- [Load backups](#load-data--load): `load`
- [View backups](#view-backup-data--viewbackup): `viewbackup`
- [Delete backup](#delete-backup-data--deletebackup): `deletebackup`
- [Clear all data](#clearing-all-data--clear): `clear`
- [Light mode](#switch-to-light-mode--light): `light`
- [Dark mode](#switch-to-dark-mode--dark): `dark`
- [Help](#viewing-help-help) `help`
- [Undo](#undoing-previous-command-undo) `undo`
- [Redo](#redoing-previous-undo-redo) `redo`
- [Add patient](#adding-patient-record-add): `add`
- [Edit patient](#editing-a-patient-record-edit): `edit`
- [Delete patient](#deleting-a-patient-record-delete): `delete`
- [List all patients](#listing-all-patients-list): `list`
- [Filter patients](#find-patients-by-nric-name-address-or-tags-find): `find`
- [Backup patient records](#backup-patient-records-backup): `backup`
- [Load backups](#load-data-load): `load`
- [View backups](#view-backup-data-viewbackup): `viewbackup`
- [Delete backup](#delete-backup-data-deletebackup): `deletebackup`
- [Clear all data](#clearing-all-data-clear): `clear`
- [Light mode](#switch-to-light-mode-light): `light`
- [Dark mode](#switch-to-dark-mode-dark): `dark`
- [FAQ](#faq)
- [Command Summary](#command-summary)

Expand All @@ -62,7 +62,7 @@ their patient management tasks and improve overall efficiency.
1. `help` opens up the help menu.
6. Refer to the [Features](#features) below for details of each command.

Note: HospiSearch is compitable with Windows, MacOS and Ubuntu.
Note: HospiSearch is compatible with Windows, MacOS and Ubuntu.

<sub>[return to table of contents](#table-of-contents-)</sub>

Expand Down

0 comments on commit e5fb3c5

Please sign in to comment.