Sander Mangel

Results 12 issues of Sander Mangel

I'd like to be able to set up a dev container with Shopware, without all the sample data preinstalled. Ideally something with a flag in the configuration.

Feature Request
Boostday

A few frequently used email modules like `Ashroder_Smtp`, mailchimp and dotmailer rewrite the `core_email` and `core_email_template` models. Is there any other way to do the profiling on emails than a...

Moltin Indicated they're hard at work at a version 2 of their API. It's semi public and will be launched long before we go beta (since we don't have a...

enhancement

Implement something like https://github.com/goaop/framework to have fancy interceptors that allow for project specific business logic

enhancement

The [Product router](https://github.com/KickAssCommerce/KickAssCommerce/blob/develop/src/Product/RouterContainer.php) still has some Moltin dependencies that should be removed

enhancement

How do we handle session data? Stuff like user cart id's or a users active profile. Are there standards for that? How can we make it easy to use different...

enhancement
question

There are some great ways out there to standardize API definition. You know, to make it consistent and stuff. Nice read about it here: https://nordicapis.com/standard-api-definitions-demystified/ we should do this. some...

enhancement

We picked SlimPHP because of the ease of implementation but there is a lot more out there. I guess it depends on the direction we want to go. Do we...

question

At the moment the cache interceptor wraps the repository load methods. It would be cleaner to have it wrap the bridge class loading method in https://github.com/KickAssCommerce/KickAssCommerce/blob/develop/src/Product/Cache/Product.php#L29

enhancement