From 093a4cbbe1545daebc4e040cab8c5e38033302e9 Mon Sep 17 00:00:00 2001 From: freshcabbage123 Date: Tue, 14 Nov 2023 12:01:53 +0800 Subject: [PATCH] docs: Add error for at, ap, ft, fp --- docs/UserGuide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 3583faa0a77..7faa136c7da 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -356,6 +356,7 @@ ap `Phone numbers should only contain numbers, and it should be at least 3 digits long` | Ensure that the phone number specified is not blank, contain only numbers and at least 3 digits long. `Addresses can take any values, and it should not be blank` | Ensure that the address specified is not blank. `Emails should be of the format local-part@domain and adhere to the following constraints: …` | Ensure that the email specified is not blank and adheres to the constraints specified. +`Tags names should be alphanumeric` | Ensure that the tag used is alphanumeric. `This person already exists in the address book` | Ensure that the new name specified does not match an existing person. `Multiple values specified for the following single-valued field(s): …` | Ensure that there are no duplicate fields for name, email, address and phone number. @@ -445,6 +446,7 @@ ep `Phone numbers should only contain numbers, and it should be at least 3 digits long` | Ensure that the phone number specified is not blank, contain only numbers and at least 3 digits long. `Addresses can take any values, and it should not be blank` | Ensure that the address specified is not blank. `Emails should be of the format local-part@domain and adhere to the following constraints: …` | Ensure that the email specified is not blank and adheres to the constraints specified. +`Tags names should be alphanumeric` | Ensure that the tag used is alphanumeric. `This person already exists in the address book.` | Ensure that the new name specified does not match an existing person. `Multiple values specified for the following single-valued field(s): …` | Ensure that there are no duplicate fields for name, email, address and phone number. @@ -632,6 +634,7 @@ at ---------------|--------------- `Invalid command format! …` | Ensure that the title and note are specified. `Titles/Notes can take any value, as long as it is not blank and does not start with a whitespace` | Ensure that the title and note specified are not blank. +`Tags names should be alphanumeric` | Ensure that the tag used is alphanumeric. `This task already exists in the address book` | Ensure that the new title and note specified do not match an existing task. `Multiple values specified for the following single-valued field(s): …` | Ensure that there are no duplicate fields for title and note. @@ -715,6 +718,7 @@ et `Invalid command format! …` | Ensure that the index is correctly specified as an integer. `At least one field to edit must be provided.` | Ensure that at least one of title, note, or tag is specified. `Titles/Notes can take any value, as long as it is not blank and does not start with a whitespace` | Ensure that the title and/or note specified are not blank. +`Tags names should be alphanumeric` | Ensure that the tag used is alphanumeric. `This task already exists in the address book.` | Ensure that the new title and note specified do not match an existing task. `Multiple values specified for the following single-valued field(s): …` | Ensure that there are no duplicate fields for title and note.