Open STELLA-LYE opened 7 months ago
We consider this as a duplicate of #2518, since both problems arise from the inability to detect invalid prefixes, and instead considering them as a part of string arguments for the previous prefix and allowing the command to go through. In addition, both problems can be fixed by adding functionality for the app to detect invalid prefixes.
We consider this as case b, as both bugs require the added functionality for the app to detect invalid prefixes, without which neither bug can be resolved.
[The team marked this bug as a duplicate of the following bug]
Feature flaw due to not detecting easy-to-correct command flags (e.g., /des vs /desc)
The system fails to suggest the correct command flag when users mistakenly enter /des instead of /desc, leading to potential confusion and inefficient user interaction with the application.
Rationale: severity.Low This flaw impacts the user experience by not assisting in correcting common input errors, which could be easily rectified by the system. From CS2103 Website https://nus-cs2103-ay2324s2.github.io/website/admin/tp-pe.html#tp-practical-exam:
[original: nus-cs2103-AY2324S2/pe-interim#2092] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
No details provided by team.
Items 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]
When invalid flags such as /remark jjjj is entered as shown above, the application still proceeds to add the internship. A warning or error message could be helpful to detect this use of invalid flag.