Skip to content
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

Creating an Abstractions Layer for Gridify #130

Open
mo3in opened this issue Nov 3, 2023 · 0 comments · May be fixed by #131
Open

Creating an Abstractions Layer for Gridify #130

mo3in opened this issue Nov 3, 2023 · 0 comments · May be fixed by #131
Labels
enhancement New feature or request

Comments

@mo3in
Copy link

mo3in commented Nov 3, 2023

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 mo3in added the enhancement New feature or request label Nov 3, 2023
@mo3in mo3in linked a pull request Nov 3, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant