Skip to content

Commit

Permalink
Merge pull request #203 from GERARDJM018/V1.4-Fix-Test
Browse files Browse the repository at this point in the history
Update UserGuide.md
  • Loading branch information
LimZiJia authored Apr 15, 2024
2 parents 712a936 + 72ddb7f commit 83e3efd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ Warnings that caution you on potentially adverse or unintended effects will be a

HouseKeeping Hub provides a clean user interface that elegantly displays all its information.

![Ui](./images/GUI1.png)

Component | Description
--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Command Box | Type and enter your commands here
Expand All @@ -172,6 +174,8 @@ Housekeeper List | List all bookings of a housekeeper with `list`<br>Format: `bo

In the client list, each client card will include the client's details and their housekeeping details.

![Ui](./images/Clients_Card.png)

Component | Description
--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Client Details | The client's particulars are displayed here
Expand Down Expand Up @@ -849,7 +853,7 @@ Action | Format, Examples
[**Edit**](#editing-a-person--edit) | `edit TYPE INDEX [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [d/DETAILS] [ar/AREA] [t/TAG]…​`<br> e.g., `edit client 1 p/91234567 e/[email protected]`
[**Find**](#locating-persons-by-keywords--find) | `find TYPE n/KEYWORD [MORE_KEYWORDS] ar/KEYWORD [MORE_KEYWORDS] a/KEYWORD [MORE_KEYWORDS]`<br> e.g., `find client n/John`
[**Leads**](#getting-client-call-list-leads) | `leads`
[**Booking**](#booking-commands-booking) | `booking TYPE ACTION INDEX [PARAMETERS]`<br> e.g., `booking client last 2 2024-04-01`<br> * This has many commands and it is recommended to refer to the [Booking commands](#booking-commands-booking) section for more details.
[**Booking**](#booking-commands-booking) | `booking TYPE ACTION INDEX [PARAMETERS]`<br> e.g., `booking client edit 1 lhd/2024-04-01`<br> * This has many commands and it is recommended to refer to the [Booking commands](#booking-commands-booking) section for more details.
[**Clear**](#clearing-all-entries--clear) | `clear`
[**Exit**](#exiting-the-program--exit) | `exit`
[**Help**](#viewing-help--help) | `help` |
Expand Down
Binary file added docs/images/Clients_Card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added docs/images/Layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83e3efd

Please sign in to comment.