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

Fixes and remove glide dependency #95

Merged
merged 6 commits into from
Dec 16, 2024
Merged

Conversation

m-borgmann
Copy link
Contributor

Minor fixes and removed dependency on glide

@@ -17,6 +17,7 @@ productListingCriteriaStore.initializeCriteria(
children: {},
manufacturer: {},
options: {},
media: {},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add an includes here to prevent loading data which we don't need?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should definitely do that in the future. Right now I think since we are still heavily in development its easier to load all and then later make it more specific once it is clearer which of the data we need.

@m-borgmann m-borgmann merged commit 48e9711 into main Dec 16, 2024
1 check failed
@m-borgmann m-borgmann deleted the fix/variable-and-version branch December 16, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants