nus-cs2113-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Lack of mention of case-sensitive commands #1577

Open nus-se-script opened 6 months ago

nus-se-script commented 6 months ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


All the commands in the program are case sensitive, such as "list" or "mark", which was not stated in the documentation at all.

image.png

image.png

However, some parameters are indeed non-case sensitive, as shown:

image.png


[original: nus-cs2113-AY2324S2/pe-interim#1388] [original labels: severity.Low type.DocumentationBug]

lordgareth10 commented 6 months ago

Team's Response

Hello, sorry that this confused you! All our commands are in fact case-sensitive, they are meant to be used exactly as how they are written in the UG (in both the expected input sections as well as in the title of the section.) In the case of the find-genre command, case sensitive refers to the keyword that is being searched. For example, the commands (find-genre FANTASY) and (find-genre fantasy) would be different since the keywords FANTASY and fantasy are different. Hope this clears things up!

Duplicate status (if any):

--