-
Notifications
You must be signed in to change notification settings - Fork 42
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
Replace filters by conditions in all queries #573
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty much all good, one "issue" on the bids, and I still have the explore page to test more, @ismailToyran please have a look as well I might have missed some parts
dcdb9c0
to
934eeda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment regarding components/Cart/Step/Selection.gql
Other than that looks really good. From the queries I've seen, it simplifies things pretty good 💪
Description
Replace filters by conditions in all queries.
As this is a big PR and it uses new conditions that I implemented myself on the backend, @antho1404 @ismailToyran can you check if there is no regression. Also you can familiarize yourself with the new way to filter data using the
condition
object instead of thefilter
.Only staging backend is updated. I'm waiting for first feedback to deploy the new version of the backend on prod.
Checklist
dev