decentraland / decentraland/creator-hub

Notify when items require minimum version

Open
#490 1 comment 0 reactions 0 assignees View on GitHub
2-medium bug editor
Dominant language
TypeScript
Stars
7
Forks
14
Avg merge
2d 8h
Merged PRs (30d)
44

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.