Open nus-pe-bot opened 3 years ago
This is an unintended behaviour as users might want to edit other fields of a student without having to include the name prefix in the command as well. This would only be an occasional hindrance as users are still able to edit any of the four fields of a student successfully - just that the name prefix has to be included in the command.
For instance, if a user wanted to edit the address field of a student named Jason Tan
, the following commands may be used:
edit 1 a/221 Baker Street n/a
, edit 1 n/Jason Tan
This would update the student's address successfully. Similarly, the other fields of the student can be updated as well by using their respective prefixes.
--
Editing address alone:
Editing address and name:
Editing phone alone:
Editing phone and name:
Editing email alone:
Editing email and name:
Editing a student's address, phone, email requires the name to be edited as well. Makes it inconvenient for the user.
[original: nus-cs2103-AY2122S1/pe-interim#2628] [original labels: type.FunctionalityBug severity.Medium]