bernicetoh / pe

0 stars 0 forks source link

Incorrect format of 'totalCommand' in UG #4

Open bernicetoh opened 1 year ago

bernicetoh commented 1 year ago

Format stated in UG:

Screenshot 2023-04-14 at 2.31.07 PM.png

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 of totalAppointment. This would be an issue that users would face regularly and thus it is Medium

nus-se-script commented 1 year ago

Team's Response

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 'Original' Bug

[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: Screenshot 2023-04-14 at 2.25.35 PM.png

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]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

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.

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]