Open bernicetoh opened 1 year ago
Accepted.
The totalAppointment
was actually supposed to be totalappointment
(small A) and due to the case sensitivity of the commands, the application did not recognize this as a known command.
Users following the incorrect total appointment command is stems from the Command Summary of the UG showing the incorrect format.
However, the actual totalappointment
command works fine with no issues.
AUTOM8 Development Team acknowledges this as a bug in the Documentation and apologizes for the confusion.
[The team marked this bug as a duplicate of the following bug]
Unexpected error message for 'totalAppointment'
Steps to recreate: Enter
totalAppointment
Expected result: Result display states: "Incorrect format! Format: totalAppointment d/DATE"
Actual result:
Medium severity as users may often miss out the DATE portion of the command and would need the application to prompt them with the right format. "Unknown command" also suggests to users that the "totalAppointment" command does not exist
[original: nus-cs2103-AY2223S2/pe-interim#2691] [original labels: type.FunctionalityBug severity.Medium]
[This is the team's response to the above 'original' bug]
Accepted.
The
totalAppointment
was actually supposed to betotalappointment
(small A) and due to the case sensitivity of the commands, the application did not recognize this as a known command.Users following the incorrect total appointment command is stems from the Command Summary of the UG showing the incorrect format.
However, the actual
totalappointment
command works fine with no issues.AUTOM8 Development Team acknowledges this as a bug in the Documentation and apologizes for the confusion.
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]
Format stated in UG:
However, entering
totalAppointment d/2023-02-03
is seen to be an 'Unknown command'.Perhaps there is a typo in the format as it should be
totalappointment
instead oftotalAppointment
. This would be an issue that users would face regularly and thus it is Medium