AY2425S1-CS2103-F13-4 / tp

MIT License
0 stars 5 forks source link

[PE-D][Tester B] Inaccurate command format for entity for add #359

Closed nus-se-bot closed 1 day ago

nus-se-bot commented 4 days ago

It is stated in the application that "all" is a valid entity:

image.png

But in fact, it is not:

image.png

Should edit the command format to exclude "all".

Command to reproduce: "add" then "add all".


Labels: severity.VeryLow type.FunctionalityBug original: gohsl99/ped#17

KengHian commented 2 days ago

Propose to reject this issue, this is strictly correct. "all" is a valid entity in the app, yet is not allowed for add command.

I guess, when the feedback says valid entity, the tester thought those are valid entity for AddCommand, which is reasonably, but we cannot modify the feedback message to make it more specific, I think.

Quasant commented 1 day ago

Not all commands utilise all the entities

Quasant commented 1 day ago

To update UG to specify that not all commands use all entityu