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
Used to get the base IQueryable for which most queries are built from. See #404 (comment)
. GetQueryable(...)
GenericProcessor
When updating relationships, it is helpful to be able to use generic methods even though the generic parameter is different from the controller's generic parameters. The GenericProcessor gets created and then used through a non-generic interface. However, all of this makes what it does a bit confusing. Really, all it is used for is updating relationships. The fact that we chose to do it this particular way should not influence the name.
All but the proposal for IQueryBuilder have been processed in #589. We think that the repository layer is more broad than the responsibility as implied by the name IQueryBuilder
Feedback on this issue is desired
There are several types that could have better names. We can change the names and deprecate the old ones via inheritance.
JsonApiResourceGraph
JsonApiSchema
JsonApiSchemaBuilder
JsonApiResource
ResourceDefinition.GetError()
IEntityReadRepository.Get()
IQueryable
for which most queries are built from. See #404 (comment)GenericProcessor
GenericProcessor
gets created and then used through a non-generic interface. However, all of this makes what it does a bit confusing. Really, all it is used for is updating relationships. The fact that we chose to do it this particular way should not influence the name.UpdateRelationshipProcessor
PatchRelationshipProcessor
Any other suggestions?
The text was updated successfully, but these errors were encountered: