Open tahsinhasem opened 7 months ago
The bug reported was visible separation of words. The tester mentions not being able to use camelCase. Our app allows snake_case and kebab-case though, not to mention Pascal_Snake_Case, camel_Snake_Case, SCREAMING_SNAKE_CASE, Train-Case and COBOL-CASE. With other cases to choose from, the user can still indeed have multiple words in their attribute name. Therefore, the stated feature is not missing. However, we acknowledge that the user may really prefer to use spaces to delineate multiple words, hence we are labeling this as not in scope, as the behavior is described in the UG, so the user should know the other cases they can use, although supporting spaces as the delineating character might be a future feature.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
These is no feature to add custom attributes with two words. This would not have been an issue if camel case was allowed to see visible separation of words.
when
add /customAttribute something
is added, it attribute name is converted to Customattribute whenadd /"custom Attribute" something
is added, it attribute name is converted to "custom: