Gridify icon indicating copy to clipboard operation
Gridify copied to clipboard

Creating an Abstractions Layer for Gridify

Open mo3in opened this issue 1 year ago • 0 comments

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.

mo3in avatar Nov 03 '23 08:11 mo3in