Open wenxin-c opened 1 year ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Unable to handle case sensitivity
Describe the bug
Command keyword issued in capital letters but fail to recognise. Command keyword should not be case sensitive based on module website requirement This happens to all commands, making it very inconvenient for users.
To Reproduce Steps to reproduce the behavior:
- Launch program
- Input command:
FOOD d/2023-02-02 a/25.10 p/NUS
Expected behavior
This expenditure get added into the list
Actual behaviour
This command, particularly 'FOOD' is not recognised
Screenshots
Additional context
Add any other context about the problem here.
[original: nus-cs2113-AY2223S2/pe-interim#1784] [original labels: severity.Medium type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Thank you for highlighting this issue.
Firstly, using the commands to add expenditures are not designed to be in capital letters. Additionally, it was not mentioned in the user or developer guides that the commands are case insensitive; should this be included in the user or developer guides, this would be an issue.
Secondly, the
find
feature, as addressed in the developer guide, is not designed to be case sensitive. Thus, this bug is beyond the scope of our applicationItems for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Describe the bug
Follow the format
viewtype CATEGORY CURRENCY
with both parameters filled in, but the command is recognised as invalidTo Reproduce Steps to reproduce the behavior:
food /2023-02-02 a/25.10 p/NUS
food /2023-02-02 a/25.10 p/NUS
viewtype Food SGD
Expected behavior
Be able to view all Food expenditures
Actual behaviour
Command is invalid
Screenshots
Additional context
Add any other context about the problem here.