unchained icon indicating copy to clipboard operation
unchained copied to clipboard

The multi-language/multi-currency/multi-store, headless Node.js E-Commerce Framework with Native Web3 Integration

Results 80 unchained issues
Sort by recently updated
recently updated
newest added

Currently Filters module uses unchainedContext to get products and it conflicts with the overall structure + puts weight on queries - [ ] Decouple filter product cache invalidation to a...

feature request

Currently, when a customer wants to remove customer data because of privacy, he needs to overwrite the user with cryptic data because there is no user deletion :) Actually deleting...

feature request

Currently we return accounts errors directly from Meteor. These errors don't have an error key. This results in frontend developers having to parse error strings to display localized error messages....

enhancement

See #48 for initial discussion At the moment, only some collections support soft deletion, I think we should enforce this basically to almost all collections which have to live long...

enhancement

After migration from meteor to npm, the existing package unit tests don't work and there is a concept missing: - Use jest for everything - Add test setup to every...

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

Removing a product should: - [ ] Deny removal if there is open enrollments (active, paused) of that product exist - [ ] Deny removal if there is open quotations...

enhancement

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)

For various queries, a generic approach to query entities could be beneficial: Especially for the admin ones: - Query.products - Query.assortments - Query.users - Query.orders There is downsides to that...

feature request