Skip to content

Commit

Permalink
Merge pull request #208 from sopa301/branch-bug-bugFixes
Browse files Browse the repository at this point in the history
Branch bug bug fixes
  • Loading branch information
sopa301 authored Nov 6, 2023
2 parents 5ef3b7a + 88ff2ba commit 2d4a0ab
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ Format: `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS nk/NEXT_KIN nkp/NEXT_KIN_PH
to check if you have already added the person already.

Acceptable Values:
1. NAME - Alphanumeric or space characters only
2. PHONE_NUMBER - Numbers (0-9) only and at least 3 digits long
3. EMAIL - string in valid email format
1. NAME - Alphabets, numbers and space characters only
2. PHONE_NUMBER - Numbers only and at least 3 digits long
3. EMAIL - Alphabets, numbers and symbols only in a valid email format
4. ADDRESS - any value is possible
5. NEXT_KIN - Alphanumeric or space characters only
6. NEXT_KIN_PHONE - Numbers (0-9) only and at least 3 digits long
7. FINANCIAL_PLAN - Alphanumeric or space characters only
8. TAG - Alphanumeric characters only
5. NEXT_KIN - Alphabets, numbers and space characters only
6. NEXT_KIN_PHONE - Numbers only and at least 3 digits long
7. FINANCIAL_PLAN - Alphabets, numbers and space characters only
8. TAG - Alphabets and numbers only

<div markdown="span" class="alert alert-primary">:bulb: **Tip:**
A person can have any number of Financial Plans (including 0)
Expand Down Expand Up @@ -181,14 +181,14 @@ Format: `edit ENTRY_INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [nk/NE

Acceptable Values:
1. ENTRY_INDEX - Number (1 to current size of the contact book)
2. NAME - Alphanumeric or space characters only
3. PHONE_NUMBER - Numbers (0-9) only and at least 3 digits long
4. EMAIL - string in valid email format
2. NAME - Alphabets, numbers and space characters only
3. PHONE_NUMBER - Numbers only and at least 3 digits long
4. EMAIL - Alphabets, numbers and symbols only in a valid email format
5. ADDRESS - any value is possible
6. NEXT_KIN - Alphanumeric or space characters only
7. NEXT_KIN_PHONE - Numbers (0-9) only and at least 3 digits long
8. FINANCIAL_PLAN - Alphanumeric or space characters only
9. TAG - Alphanumeric characters only
6. NEXT_KIN - Alphabets, numbers and space characters only
7. NEXT_KIN_PHONE - Numbers only and at least 3 digits long
8. FINANCIAL_PLAN - Alphabets, numbers and space characters only
9. TAG - Alphabets and numbers only

Examples:
* `edit 4 n/john doe a/23 woodlands ave 123` Edits the name and address of the 1st person to be `john doe` and `woodlands ave 123` respectively.
Expand Down

0 comments on commit 2d4a0ab

Please sign in to comment.