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

[FEATURE REQUEST] Generic Approach to Filter/Sort #464

Open
pozylon opened this issue May 23, 2022 · 3 comments
Open

[FEATURE REQUEST] Generic Approach to Filter/Sort #464

pozylon opened this issue May 23, 2022 · 3 comments
Labels
feature request Suggest an idea for this project

Comments

@pozylon
Copy link
Member

pozylon commented May 23, 2022

For various queries, a generic approach to query entities could be beneficial:
Bildschirmfoto_2022-05-20_um_14 07 43

Especially for the admin ones:

  • Query.products
  • Query.assortments
  • Query.users
  • Query.orders

There is downsides to that as well because it greatly improves potential performance bottlenecks with queries hitting the DB not backed by an index.

@pozylon pozylon added the feature request Suggest an idea for this project label May 23, 2022
@pozylon pozylon added this to the v2.0 milestone May 23, 2022
@pozylon
Copy link
Member Author

pozylon commented May 23, 2022

Thanks @macrozone bringing this up.

@pozylon
Copy link
Member Author

pozylon commented Nov 25, 2022

postponed to 3.0

@pozylon pozylon removed this from the v2.0 milestone Nov 25, 2022
@macrozone
Copy link
Contributor

i strongly recommend the usage of a good ORM if you do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Suggest an idea for this project
Projects
None yet
Development

No branches or pull requests

2 participants