commercelayer / dashboard-apps

Commerce Layer's Dashboard applications.
https://dashboard.commercelayer.io
MIT License
0 stars 3 forks source link

Add `links` support to `sku_lists` app #6

Closed pfferrari closed 2 months ago

pfferrari commented 3 months ago

What I did

Added support for Shop links to the sku_lists app.

The feature, if enabled, is accessible inside the toolbar of an SKU list resource.

/sku_lists/list/<SKU_LIST_ID>

Screenshot 2024-08-05 alle 09 12 01

Then it will be possible to create a link for the current resource:

/sku_lists/list/<SKU_LIST_ID>/links/new

Screenshot 2024-08-05 alle 09 21 40

Or to have a look to the links archive related to that current resource:

/sku_lists/list/<SKU_LIST_ID>/links/list

Screenshot 2024-08-05 alle 09 24 02

Through the links archive lists it will be possible to:

Screenshot 2024-08-05 alle 09 27 21

The link detail page will show its QR Code and let it be downloaded.

/sku_lists/list/<SKU_LIST_ID>/links/<LINK_ID>

Screenshot 2024-08-05 alle 09 29 28

Here the same page with locally hosted logo to avoid CORS error during the download procedure.

Screenshot 2024-08-05 alle 10 16 37


TODO list

Checklist

vercel[bot] commented 3 months ago

@pfferrari is attempting to deploy a commit to the Commerce Layer Team on Vercel.

To accomplish this, @pfferrari needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

netlify[bot] commented 3 months ago

Deploy Preview for commercelayer-dashboard-apps ready!

Name Link
Latest commit 4f02075e33f3901e0fb0c9605e037466b6f00a1d
Latest deploy log https://app.netlify.com/sites/commercelayer-dashboard-apps/deploys/66bcb43ea3de780008ebf12a
Deploy Preview https://deploy-preview-6--commercelayer-dashboard-apps.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

malessani commented 3 months ago

I have seen that Commerce Layer logo is no more on the QR code image

pfferrari commented 2 months ago

Moved to #10