-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-7409: Changed Content Type label to content type #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whenever we refer to Content Type
we use this specific notation to clearly indicate that we are talking about a PHP API object. This IMO should not be changed, especially when dealing with tech savvy users.
It isn't. Description is only used to generate GraphQL "Docs" section. This PR doesn't change the way schema properties are accessed if this is something you had in mind. |
Changes include technical documentation (docs you mentioned), PHP comments, exception messages. These are technical and we used Personally I am against changes being run as a search & replace across the whole code base. This was not discussed with the backend team, and seems like a frontend change is bleeding over to backend code, where a specific convention was upheld. |
Isn't naming within the docs adjusted too in general? If so, I wouldn't be blocking this change - I cannot see any scenario where anyone would be confused with such a trivial naming adjustment. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A short comment to the above discussion - if this was a change of ContentType
into a content type
I would've agreed that it was incorrect as referred to an entity. But "Content Type" is not an entity. If it's a part of a description / a end-user message line, it's fine.
For me +1. Again, this is per case basis and subjective opinion.
v4.6
Changed Content Type label to Content type
Checklist:
$ composer fix-cs
).@ibexa/php-dev
for back-end changes and/or@ibexa/javascript-dev
for front-end changes).