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

Notify when items require minimum version #490

Open
nearnshaw opened this issue Mar 7, 2025 · 0 comments
Open

Notify when items require minimum version #490

nearnshaw opened this issue Mar 7, 2025 · 0 comments
Labels
2-medium Important issues we must fix, but not as important as high! bug Something isn't working editor pending design

Comments

@nearnshaw
Copy link
Member

In some cases, some smart items depend on functionality that is tied to a certain release of the SDK, and they won't work as expected if the scene is not using a minimum version of the SDK

For example the Scene Admin smart item won't work if the scene is using an older SDK version. This problem will surely happen again in the future with other smart items that will also rely on a min version.

We should somehow include metadata about minimum versions on each smart item (when relevant)
We need to make this dependency explicit to the user somehow. Possible solutions:

  • Delist items from catalog, or gray out with a note warning about updating
  • When adding the item, display a popup saying that this item requires at least version x.x.x and show snackbar to update

We should brainstorm possible solutions for this.

@nearnshaw nearnshaw converted this from a draft issue Mar 7, 2025
@nearnshaw nearnshaw added bug Something isn't working editor 2-medium Important issues we must fix, but not as important as high! pending design labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-medium Important issues we must fix, but not as important as high! bug Something isn't working editor pending design
Projects
Status: Todo
Development

No branches or pull requests

1 participant