Adrien de Peretti
Adrien de Peretti
**What** Update existing endpoints to use the new pipe approach
### **What** In some cases, it make sense to be able to manipulate or do some action before reaching an end point, and it goes the same to intercept a...
**What** Implement the `UseAtomicPhase` method decorator in order to decorate the appropriate methods with it and make it easier to work with atomic phases, also make it easier to refactor...
At the moment, the only available config for redis is the `redis_url` The problem is that if as a consumer you need to customise your redis instance options it is...
It seams that the `QueryBuilderService` is actually a set of utilities and the service extends the `BaseService` but does not relied on it, should we move them into the utils...
@dwene show me some performance issues around the line items (remove, create) and the draft order interaction  I will have a look but I wanted to know @olivermrbl if...
Unfortunately, it seams that `https://david-dm.org/` is no longer available
At the moment, the entire application is in english, which is the common language for everybody. If I want to be able to use the project, I would need to...
**What** Re work of the order edit flow - create - clone the original order item/tax_lines/adjustment and set the order_edit_id and original_item_id on the tax line - delete - Remove...
**what** Support `updateLineItem` which does the following: - If no item change exist then create a new one and attaches the clone item with the adjustments and tax lines -...