Open Wxy2003-xy opened 1 week ago
As the tag name cannot be blank, it is correct to say that it should contain these types of characters. This is not a documentation bug.
Team chose [response.Rejected
]
Reason for disagreement: First the original instruction The TAG_NAME should contain letters, numbers and whitespaces.
implies letters, numbers and whitespaces are ALL required, which is different from the actual behaviour that accepts AT LEAST ONE among letters, numbers and whitespaces.
Second, the team's response does not address the issue pointed out, which is the absence of any but not all elements are in fact acceptable by the app, as such the response does not address the confusion users may have.
The UG specifies that
The TAG_NAME should contain letters, numbers and whitespaces.
But tag can in fact contain only letters as well. This may be better phrased asThe TAG_NAME may contain letters, numbers and whitespaces.