griest024

Results 147 comments of griest024

> @griest024 with the merging of #1217 is this PR still relevant? @damienwebdev Yeah this would still be useful. IMO the only change that really needs to happen is the...

So it seems like the first step is to extract some of the markup of `cart-wrapper` into separate components. Should `header` and `sidebar` be separate components as well or do...

> parallel builds are currently not supported with NGCC https://github.com/angular/angular/issues/32431#issuecomment-526837804 well that sucks. :/ Do we just have to disable parallelization for our builds? @damienwebdev

Although... `ngcc` is supposed to support parallel builds: ``` --async Whether to compile asynchronously. This is enabled by default as it allows compilations to be parallelized. Disabling asynchronous compilation may...

So would a checkout driver implementation just have to implement the interface `DaffCheckoutServiceInterface` [here](https://github.com/graycoreio/daffodil/blob/develop/libs/checkout/src/drivers/interfaces/checkout-service.interface.ts) with only one method: `placeOrder`. Is that correct?

Is it assumed that the products will be added through an external service? The `product` service interface doesn't have methods for adding products. Checking out with stripe through their REST...

@damienwebdev It looks like `@daffodil/cart` is also missing driver implementations, should I start by implementing some cart drivers?

Will probably by fixed by #1832

- [ ] `libs/product/driver/magento/src/transforms/spec-data` - [ ] `libs/product-composite/driver/magento/src/transforms/spec-data` - [ ] `libs/product-configurable/driver/magento/src/transforms/spec-data`

@pfeigl has the correct solution, this can probably be closed