dshop
dshop copied to clipboard
Origin Dshop - launch your own decentralized store
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...
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.
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...
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...
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,...
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...
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...
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...
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,...
Get rid of NETWORK stuff, it's useless and confusing to future-folk. `utils/address` is also no longer used.