tingkai-mai / pe

0 stars 0 forks source link

Delimiters are Case-Sensitive #7

Open tingkai-mai opened 1 year ago

tingkai-mai commented 1 year ago

Issue:

When adding delimiters, they are case sensitive.

E.g. radd S/1 d/11-11/2022 c/test r/1 VS radd s/1 d/11-11/2022 c/test r/1.

This is an issue because the User Guide does not explicitly state the delimiter is be case-sensitive. As such, if I were an inexperienced user, I would think that S/ and s/ are the same thing.

To Reproduce:

radd S/1 d/11-11/2022 c/test r/1 VS radd s/1 d/11-11/2022 c/test r/1.

Expected Output:

Some error warning the user that delimiters are case-sensitive.

Actual Output:

Missing Index!

soc-pe-bot commented 1 year ago

Team's Response

It is a feature flaw as it is a flaw in all of the existing features and will take a lot of additional work to implement the case-insensitivity for prefixes.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: It is indeed a feature flaw. So why is this out of scope? This is a bug!


:question: Issue type

Team chose [type.FeatureFlaw] Originally [type.FunctionalityBug]

Reason for disagreement: [replace this with your explanation]