Open Kair0s3 opened 2 years ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Most commands when a
<tab>
is added breaks the commandMost of the commands available on the program breaks on
tab
.As such below, shows how if the user types an
between the command and the parameter, it becomes treated as an invalid command. e.g. here is the example shown calorie<tab>/set 2000
.
[original: nus-cs2113-AY2122S1/pe-interim#2850] [original labels: severity.High type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
This is a valid issue and an oversight on our part. However, we feel this deserves a Low severity tag, as this error will only occur when the tab is deliberately entered in between command describers as shown in your preview and as such, will not affect the user experience of a user who follows the command format.
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]
Team chose [severity.Low
]
Originally [severity.High
]
Reason for disagreement: [replace this with your explanation]
When adding a food for breakfast, if a user accidentally enters as such
add /bfast<tab>myFood
, then the program treats it as an invalid food category although on their console, it may seem like thr is no issues in syntax - as shown below.Note - replace the with your tab key, to test it out