dshop icon indicating copy to clipboard operation
dshop copied to clipboard

Origin Dshop - launch your own decentralized store

Results 111 dshop issues
Sort by recently updated
recently updated
newest added

Before their store goes live, it is natural (and recommended) for a merchant to test it by placing a few test orders. We should make it easier for them to...

enhancement

Add endpoint to handle contact forms, eg on the Minimal theme. Should probably incorporate a [captcha](https://www.google.com/recaptcha/about/) to prevent spam.

enhancement
P2

A merchant noticed what looks like duplicate dshop orders. Short ids: '7NYQJZQG' and 'SHP92HNX' They were created 2.5 days appart. Payment type is credit card. Querying the DB shows the...

bug
P2
backend

Show simple names in the CustomDomain modal. For instance, instead of showing a records like this: shop.example.com CNAME fs-autossl.ogn.app. _dnslink.shop.example.com TXT "dnslink=/ipns/example.ogn.app" Show them like this: shop CNAME fs-autossl.ogn.app. _dnslink.shop...

bug
documentation
P2

Right now the UI and shop data are bundled under a single IPFS hash which means every shop would need to be redeployed in order to get UI updates. Instead,...

enhancement
P1

Investigate if it's possible to create a wildcard cert for the default subdomains(e.g. `ogn.app` for our mainnet backend). This would save time waiting for SSL provisioning for a user's first...

P1
ops
backend

I thought we already had an issue for this but maybe not. Our prod IPFS node cluster have been having issues with traffic to the IPFS gateway that's routed through...

P3
ops

We've had an example in prod of a crypto payment that failed being processed by the tx queue. Stack trace: ``` Error: Transaction with hash 0x0df6862820883bde29d716587820a373a8243172d210566772d9c155884da0cf not found at Queue.processor...

bug
P2
backend

Investigate CDN caching optimizations. For example, the ability to set specific cache durations for specific files. Use of etags/vary headers to force browsers to refetch. And cache expiry headers. Also,...

P3
ops

Get rid of NETWORK stuff, it's useless and confusing to future-folk. `utils/address` is also no longer used.

backend