Skip to content

Commit

Permalink
Merge pull request #89 from ZShunRen/ug-dev
Browse files Browse the repository at this point in the history
Fix ug tables + add dg acknowledgement
  • Loading branch information
ZShunRen authored Oct 17, 2024
2 parents 026bd18 + 901b98e commit 308481d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ title: Developer Guide

## **Acknowledgements**

* {list here sources of all reused/adapted ideas, code, documentation, and third-party libraries -- include links to the original source as well}
* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).

* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)

--------------------------------------------------------------------------------------------------------------------

Expand Down
3 changes: 3 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ This feature allows you to remove records of customers who are no longer using y

#### Parameters
| Parameter | Expected Format | Explanation |

|-----------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
| INDEX | Integer (1 to the last INDEX) | The INDEX must be a valid integer within the registered range (either the original list or any filtered list after using `filter` command). |

Expand Down Expand Up @@ -235,6 +236,7 @@ This feature allows users to update the details of an existing customer in the d

#### Parameters
| Parameter | Expected Format | Explanation |

|-----------|--------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
| INDEX | Integer (1 to the last INDEX) | The index must be a valid integer within the registered range (either the original list or any filtered list after using `filter` command). |
| NAME | Alphanumeric, capitalized | Names are in block letters for clarity and consistency. |
Expand Down Expand Up @@ -286,6 +288,7 @@ To perform a search, use the `filter` command followed by one or more flags (ind

#### Parameters
| Parameter | Expected Format | Explanation |

|-------------|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
| FLAG | Refer to the list of supported flags detailed below. | Identifies the field to search (e.g., `n/` for name, `j/` for job). | |
| SEARCH TERM | Refer to the syntax constraints in the [parameter subsection of the `add` command](#add-command-parameters). | The value to search for in the specified field (e.g., "doctor" for job, "TAN LESHEW" for name). |
Expand Down

0 comments on commit 308481d

Please sign in to comment.