theodorekwok / pe

0 stars 0 forks source link

Cannot create a tag with a "+" in its name #11

Open theodorekwok opened 2 years ago

theodorekwok commented 2 years ago

error 9.PNG Cannot add a tag name with a "+", I shld be able to create the tags "MyTag+Name" instead of it breaking down to "MyTag, "Name"

nus-se-script commented 2 years ago

Team's Response

Did not use the proper syntax for adding a tag. It is explicitly stated that tagNames have to be separated using a '+'. If you insist on using a tagName that has a '+' within it, that is unfortunately to your own detriment.

Screenshot 2021-11-13 at 1.47.25 PM.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Just because the UG states ingredients have to be separated by '+' what am I supposed to infer from that? It does not tell me that I cannot use the '+' character at all? The proper syntax of adding a tag is followed correctly according to the UG stated format. It wrongly assumes that the user with possibly no programming experience would know how the program parsing method works.