You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating entity it's not clear which settings it will have by default, if the setting is simple type. For complex types, implementing default() method it's more clear. E.g. for allowed_origin method we can look into definition of Locality type and ensure, that default is Locality::Any
But for example for QueryableBuilder it's unknown is completeness option true or false by default without deep dive into sources.
This should be explicit. The rule is: if option accepts value of base type or if type is not base, but default value of this option is not the default value for the type, this default option value should be documented.
Maybe define constants for these values in the API, but this to be decided.
The text was updated successfully, but these errors were encountered:
Describe the release item
When creating entity it's not clear which settings it will have by default, if the setting is simple type. For complex types, implementing default() method it's more clear. E.g. for allowed_origin method we can look into definition of
Locality
type and ensure, that default isLocality::Any
But for example for
QueryableBuilder
it's unknown is completeness option true or false by default without deep dive into sources.This should be explicit. The rule is: if option accepts value of base type or if type is not base, but default value of this option is not the default value for the type, this default option value should be documented.
Maybe define constants for these values in the API, but this to be decided.
The text was updated successfully, but these errors were encountered: