Adrien de Peretti

Results 66 issues of Adrien de Peretti

**What** Update existing endpoints to use the new pipe approach

type: feature or enhancement
needs-merge

### **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...

type: feature or enhancement

**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...

type: feature or enhancement

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...

type: feature or enhancement

@dwene show me some performance issues around the line items (remove, create) and the draft order interaction ![image](https://user-images.githubusercontent.com/25098370/160202432-10e02893-9344-44ba-ab6f-991bf406bb47.png) 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...

type: feature or enhancement

**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 -...