reaction
reaction copied to clipboard
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Per our discussions with @aldeed, need to look at upgrading to Apollo 3 and having some sort of persistent backend like Redis or Kafka. I'd like to see a complete...
Right now I don't really understand the whole process and we need to have that documented somewhere. I can probably probably start with what I know so far.
Both our surcharges and restrictions capabilities allow you to apply "rules" which are `field` `operator` (like eq) `value`. When creating these in Kinetic we need to know which fields are...
This is in addition to eventually writing end-to-end tests that exercise the app via the Storefront, but these can easily run without having to spin up an instance. This might...
**Pricing promotions and ADR's:** The three approaches under consideration currently are: 1. Retain price as it is, use a faster/simpler "price publish". Upside, fewer changes to the system and compatible...
Restructure this repo so that all packages (including library packages like Logger and Error) are all contained in this repo and published upon merge of PR. This will do a...
Investigate how much work it would take to move from Jest to Mocha
MongoDB 4.2 will reach EOD soon. We should update to MongoDB 5 (if there are even breaking changes at all).
At one point it was possible to register an endpoint (route) to handle incoming requests. One common usage for this is to register a callback URL for payment systems like...
From the original docs > ## Fulfillment Types > A fulfillment type is an identifier that categorizes a certain way in which an order for an item can be fulfilled....