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 we have a shared library, such as http-client, with shared DTOs that have filters, we need access to some interface/class from the Gridify library. These include:
GridifyQuery
Paging
IGridifyQuery
IGridifyPagination
IGridifyFiltering
IGridifyOrdering
However, there is no need for builders, predicate, and other things. Creating an abstractions layer for Gridify may solve this problem.
The text was updated successfully, but these errors were encountered:
Details
When we have a shared library, such as
http-client
, with shared DTOs that have filters, we need access to some interface/class from the Gridify library. These include:GridifyQuery
Paging
IGridifyQuery
IGridifyPagination
IGridifyFiltering
IGridifyOrdering
However, there is no need for
builders
,predicate
, and other things. Creating an abstractions layer for Gridify may solve this problem.The text was updated successfully, but these errors were encountered: