ketweeen / pe

0 stars 0 forks source link

Keywords are not specified for list #8

Open ketweeen opened 11 months ago

ketweeen commented 11 months ago

image.png image.png

For example, for list student, we can then assume that we can do list students phone email address subject tag remark only to get the error: image.png

Additionally, this picture below is used for filter in User Guide:

image.png

But since list students phone email address subject tag remark results in an error, there seems to be no way to replicate the students list panel shown in this image.

soc-pe-bot commented 11 months ago

Team's Response

Under the parameter summary, we specified KEYWORDS to be as such:

image.png

The tester typed list students phone email address subject tag remark. This will definitely cause an error due to 2 typos:

  1. subjects is wrongly spelt as subject in the command typed.
  2. tags is wrongly spelt as tag in the command typed.

Fixing the command typos: list students phone email address subjects tags remark, the command works as normal. Hence we can see that the tester has incorrectly read the allowed values for KEYWORDS, naturally getting an error.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]