Mikael Araya

Results 26 issues of Mikael Araya

There are a lot of typescript inconsistencies and it's creating a lot of noise when building the engine

When searching with tags the current implementation is search input tag should match exactly including case, but that should not be the case.

feature request

**Describe the bug** After adding products as a user that is not logged in and logging into an account that exists cart items added as a guest user are not...

when you try to add assortment Link, assortment Product Link or remove Assortment Product Link you get the below error. ![Screenshot from 2022-05-31 09-51-48](https://user-images.githubusercontent.com/9751246/171111711-05ed0fb7-6918-4b53-98b2-1eacb7a294b4.png) ![Screenshot from 2022-05-31 09-51-58](https://user-images.githubusercontent.com/9751246/171111725-6db295d5-3a9b-474c-985b-78af86dec9f1.png)

**Introduction** currently request for quotation can be done for only one product at a time. but it's possible there might be scenarios where a user can make a request for...

feature request

currently, only overdue enrollments are assigned a status of `PAUSED` but there might be a scenario where the admin might want to suspend a subscription so I think there should...

feature request

Closes #437 - Added custom LocaleCaseString scalar that does the conversion on GraphQL API level - Convert tags to lower case for all entities in bulk import - Added migration...

Closes #582

General overview Two ways this can be implemented - soft-delete - hard-delete 1. soft-delete:- have some type of flag such as 'DEACTIVATED' or use the existing deleted field. in this...

feature request