Open waihongteh opened 1 week ago
We have confirmed that there are many addresses that contain the '/' character, so we cannot restrict users from including strings like "t/FAANG" or "app/2" in their addresses. Address parsing falls outside the intended scope of our project, as we operate under the assumption that users are not attempting to deliberately sabotage the program. Therefore, we think that this should be clssified as NotInScope.
Team chose [response.NotInScope
]
Reason for disagreement: First, thank you for the response. I understand that you try to argue that this is not in scope, since Address parsing falls outside the intended scope of our project, as we operate under the assumption that users are not attempting to deliberately sabotage the program
. However, according to CS2103T website,
Nevertheless, your application does not seem to fulfil any of the 2.
The User Guide Does Not Specify the Behavior
/
should be handled. The Software Fails to Handle the Input Gracefully
This Is a Valid Bug, Not a Feature Request
Addressing This Bug Is Less Effort Than Its Consequences
I hope that this clarify why it does not fall within NotInScope. Thank you!
add n/Apple Corp p/4089961010 e/contact@apple.com a/t/FAANG t/tech Here's the input i provided. It leads to a severe error where the tag is misunderstood as the address. Perhaps you should find a way to disallow or check for / character in address?
Also, when I input the following: add n/Appl p/4089961010 e/contact@apple.com a/1 Apple Park Way, Cupertino, CA app/2 The system does not alert me that there is an additional parameter. Instead, it treats the additional parameter as part of the address.