-
Reproduction:
1. add n/John Doe p/98765432 e/user-@example.com a/John street
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/5cf3665a-a718-45a2-9dde-7c175d218b58.p…
-
Some names use special characters like / to indicate certain abbreviations. For example, s/o or d/o is interpreted as son of or daughter of.
This command:
add 87654321 n/Betsy s/o Crowe r/Student e/…
-
Problem: User does not have a complete email address, such as `johnd@example` yet the app accepts the email. This may be a problem when the agent accidentally leaves out a ".com" or a ".org" tries to …
-
In Singapore, valid phone numbers can only start with either a '9', '8' or a '6'.
Hence, the phone number, e.g. +6512345678 is invalid.
However, when I input the following command:
add n/John Doe…
-
Expected output: Any names for the `add` command will be accepted except for the given restriction such as s/o which must be spelled in full. However, it does not consider the case of African names wh…
-
1. Run add n/John Appleseed r/student p/98765400 e/johnd@example.com a/John
street, block 123, #01-01
2. Run find n/jo ap
![Screenshot 2024-11-15 at 4.40.49 PM.png](https://raw.githubusercontent.com/…
-
I have this set in my stylesheet for `highway_name_other`:
```
{
"filter": [
"all",
[
"!in",
"class",
"motorway",
"trunk",
…
-
Description:
When the delete command is used (where a Name is supplied as the parameter), and when 2 different users have the same name but are in different case ('John DoE' and 'John Doe'), the app…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/c2638c13-0bbe-49b0-87b4-a5d9b614a265.png)
Whole app data was lost when I exited and re-entered the app upon doing th…
-
Note that a person's name should not be a number like `123`, while the system allows this operation without any warning message.
Example: `add i/S6878830G n/123 t/wheelchairUser e/betsycrowe@example.…