Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gallery & Launcher Support #83

Open
DavidArayan opened this issue Nov 19, 2024 · 1 comment · May be fixed by #84
Open

Add Gallery & Launcher Support #83

DavidArayan opened this issue Nov 19, 2024 · 1 comment · May be fixed by #84
Assignees
Labels
enhancement New feature or request

Comments

@DavidArayan
Copy link
Contributor

DavidArayan commented Nov 19, 2024

About

This issue tracks the implementation of the 2D Gallery System via Plattar Scenes.

Feature

The Gallery feature is enabled via setting the init setting into gallery mode. The Gallery can be optionally setup via Plattar Scene in the Plattar CMS.

<plattar-embed id="embed" scene-id="c49e5c30-469c-11ec-963f-ddbb1b50e719" embed-type="gallery">

In addition, allow embedding launcher viewer via setting embed-type="launcher" as follows

<plattar-embed id="embed" scene-id="c49e5c30-469c-11ec-963f-ddbb1b50e719" embed-type="launcher">
@DavidArayan DavidArayan added the enhancement New feature or request label Nov 19, 2024
@DavidArayan DavidArayan self-assigned this Nov 19, 2024
@DavidArayan DavidArayan changed the title Add Gallery Support Add Gallery & Launcher Support Nov 21, 2024
@DavidArayan DavidArayan linked a pull request Nov 26, 2024 that will close this issue
@DavidArayan
Copy link
Contributor Author

DavidArayan commented Nov 26, 2024

Testing

Gallery Test

<plattar-embed id="embed" scene-id="SCENE ID" embed-type="gallery">

Launcher Test

<plattar-embed id="embed" scene-id="SCENE ID" embed-type="launcher">

Notes

  1. Launcher supports the following variables, some of it will be set internally according to the API
- config-state (internal)
- qr-options (internal)
- embed-type (internal)
- product-id
- scene-product-id
- variation-id
- variation-sku
- ar-mode
- show-ar-banner
  1. There is a known issue where the QR Code does not render properly when not full-screen. This might be an internal layout issue and needs to be looked into
Screenshot 2024-11-26 at 7 58 03 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant