Lukasz Ostrowski
Lukasz Ostrowski
At the moment, transaction refunds in Dashboard don't allow to attach information about specific checkout lines, so payment and taxes apps don't have enough information. For example, returning "20 USD"...
### Description of the enhancement When developing apps, I often need to copy product/variant/order, etc, ID, to paste it somewhere. In the Dashboard, IDs of entities are hidden. It makes...
### Description of the feature Currently entire "apps" screen is disabled for users without MANAGE_APPS. However Dashboard doesn't mimic Saleor behavior. Actually reading and opening apps are enabled for every...
Create a PoC of monorepo that will enable more stacks. Include plan for breaking changes
@lkostrowski commented on [Mon Nov 28 2022](https://github.com/saleor/saleor-app-marketplace/issues/121) https://aws.amazon.com/marketplace Similar to DO marketplace setup --- @lkostrowski commented on [Mon Nov 28 2022](https://github.com/saleor/saleor-app-marketplace/issues/121#issuecomment-1329339885) to be moved to saleor-platform
Lets submit (core and dashboard only?) to DO marketplace https://marketplace.digitalocean.com/category/ecommerce
1. Ensure Saleor can install app on localhost 2. Ensure entire stack can be local
Scope of this issue is: 1. Setup saleor-platform and app-template with Saleor events. App should listen on Saleor webhooks. 2. Ensure apps development work without tunnel and cloud, best if...
### What I'm trying to achieve Display huge amount of results in Combobox Currently huge dataset causes performance degradation Tested on this dataset https://github.com/saleor/apps/blob/ca4306162f468ff00fa43fedf3ea486d9a027272/apps/products-feed/src/modules/category-mapping/google-product-categories.ts ### Describe a proposed solution Add...
### What are you trying to achieve? I'm discovering increased traffic for products mutation. I discovered that empty mutation like this ``` mutation { productUpdate(id:"UHJvZHVjdDo3Mg==", input:{ }){ product { id...