Jeremy Shipman
Jeremy Shipman
Could we get some instructions for hosting / running the examples offline?
I want to be transparent about this pixijs extension, to help clarify how much effort it may / may not get. I'm assessing pixijs against createjs as the foundation of...
As you can see in the demo https://jedateach.github.io/pixijs-free-transform-tool, the objects struggle to be constrained properly when resized or rotated.
I get this log output from the container before it exits. ``` command traefik error: no configuration found in file: /traefik.toml ```
Storing an order's status in a single Enum db field, as has historically been the case, is to restrictive and simple for accurately storing order statuses. The idea of order...
It is easy to get items in the cart which shouldn't be in there. When should items be validated - Before placing an order - Before adding / updating -...
Allow new customers to create an account _after_ they have placed an order, allowing them to log in later, if so desired. Display a 'create account link' on checkout finish...
Important for money-based systems is keeping a record of **everything** that happens and changes. This means creating some kind of audit trail, known in the accounting world as a posting...
I think the shop module could benefit from using the BEM style to better name components of each template. I find myself rewriting class names etc every time I work...
Tax should update automatically, according to country, and what items. Some countries calculations are more complex than others. Store all tax rates in an array / file, allowing for updates...