Open theodorekwok opened 2 years ago
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.
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.
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"