nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

The alphanumeric constraint for names is too restrictive #688

Open nus-se-script opened 2 weeks ago

nus-se-script commented 2 weeks ago

Overview:

Environment:

Operating System: macOS 13.3 App Version: v1.6

Steps to reproduce:

  1. Start the jar file: java -jar truerental.jar
  2. Call the command to add Mary-Ann: cadd n/Mary-Ann p/98765432 e/johnd@example.com t/friends t/owesMoney

Expected result:

Actual Result:

Screenshots:

Screenshot 2024-11-15 at 5.08.12 PM.png

Additional Notes:


[original: nus-cs2103-AY2425S1/pe-interim#974] [original labels: type.FeatureFlaw severity.Low]

winstonlimjy commented 2 weeks ago

Team's Response

It is stated in the User Guide Parameter Constraints section that the name can only consist of alphanumeric combinations.

image.png

In addition, under the Developer’s Guide Future Enhancements #1, we plan to accommodate special characters, but not limited to the suggested ones.

image.png

Hence, the response will be NOT-IN-SCOPE as it is less important than the work done in the current version of the product e.g., it was not related to features delivered in v1.6 or lower priority than the work already done in v1.6.

Duplicate status (if any):

--