Łukasz Romanowicz
Łukasz Romanowicz
# Summary [summary]: #summary New, fully extensible, more flexible, hard-typed API that has autogenerated API specs with Swagger. # Motivation [motivation]: #motivation Current API is extensible for new features but...
There is a clean way neither to set a different API version nor no API version at all (in case you use some unversioned API endpoints. Options should not be...
Some part of PDP implementation is already done but it's not enough to make product page work. Find and implement missing pieces. Make sure that you leave full code coverage...
Implement cart integration with About You cloud including: * adding product to cart * removing product from cart * clearing cart * updating quantity of a product
Some part of PLP implementation is already done but it's not enough to make category page work. Find and implement missing pieces. Make sure that you leave full code coverage...
## Current state: all composables have only one loading state shared between all actions which makes it: 1) hard to manage when there is series of actions to perform 2)...
I have multiple test environments hooked up to single magento instance. I would like to index the same data to more than one elasticsearch instance.
Verbose parameter would be very helpful while quick debugging CLI indexing.
## What is the motivation for adding / enhancing this feature? Building takes a lot of time. We can try to reduce it with parallel building ## What are the...
## Current behavior PM2 requires ts-node instead of running purely on the built code from `dist` ## Expected behavior I can build the project with dev dependencies, install prod dependencies...