Skip to content

Commit

Permalink
Merge pull request #88 from ZShunRen/ug-dev
Browse files Browse the repository at this point in the history
Test to see if adding whitespace fixes table
  • Loading branch information
ZShunRen authored Oct 17, 2024
2 parents a4c19e7 + 88ab6e5 commit 026bd18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,12 @@ This feature allows you to enter and save detailed records for new customers. Ea

#### Parameters {#add-command-parameters}
| Parameter | Expected Format | Explanation |

|-----------|--------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
| NAME | Alphanumeric, case insensitive | Accepts all names without case sensitivity. Names will be displayed in block letters for clarity and consistency. |
| PHONE | 8-digit number, starts with 8 or 9 | Ensures the contact number is valid in Singapore. |
| EMAIL | Must include "@" and domain, case insensitive | Verifies that the email address is in a standard format. |
| ADDRESS | Any text, case insensitive | Accepts all addresses without case sensitivity. Addresses can have numbers and symbols alike /. |
| ADDRESS | Any text, case insensitive | Accepts all addresses without case sensitivity. Addresses can have numbers and symbol alike /. |
| JOB | Any text, case insensitive | Accepts all job titles without case sensitivity. |
| INCOME | Non-negative integers | Only positive numbers or zero are valid for income fields. |
| TIER | [optional] String (gold, silver, bronze, reject) | Defines the specific credit card tier to be assigned or updated. |
Expand Down

0 comments on commit 026bd18

Please sign in to comment.