nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

The Event Name Should Not Be Restricted to Non-accented Alphanumeric Characters #1550

Open nus-se-script opened 1 week ago

nus-se-script commented 1 week ago

스크린샷 2024-11-15 오후 4.59.21.png 스크린샷 2024-11-15 오후 4.59.34.png

Description The events are various and some events might want to specify the event with the notes or indication using "<>" or "[]". Whereas, VolunSync does not allow such important special characters.

Steps to Reproduce:

  1. Open the app.
  2. List the volunteers by entering "list".
  3. Type some example commands such as "/e new n/Blood Donation Drive l/Red Cross Center d/2024-02-14 s/08:30 e/16:00des/Organizing a blood" or "/e new n/[MANDATORY] Blood Donation Drive l/Red Cross Center d/2024-02-14 s/08:30 e/16:00des/Organizing a blood "
  4. The app throws the error message.

Expected Behaviour: The system should display a valid error message providing the reason why the command does not work.

Actual Behaviour: The system throws the error message "The volunteer index provided is invalid."

Restricting the input format without valid reason is considered as a bug. Moreover, it would add further feature and functionality if it is allowed. It would be nice to consider allowing more flexible commands to enhance the functionality.


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

JovenSoh commented 1 week ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #2995