decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Warn when scene missing name/description/thumbnail #951

Closed nearnshaw closed 11 months ago

nearnshaw commented 11 months ago

When trying to deploy a scene that doesn't have a name, a description, or a thumbnail, we should show a warning.

Today only 8% of scenes have a description, less than 25% have a custom name. The new discoverability features like search on the map or categorization depend on scenes having metadata in them.

We should push creators more to complete this data. We could make a visible warning whenever you try to deploy something that is missing this.

gonpombo8 commented 11 months ago

We already have this logic on the old CLI (sdk6) https://github.com/decentraland/cli/blob/main/src/sceneJson/utils.ts#L19-L58

We can add the same logic for sdk-commands ☝🏼

nearnshaw commented 11 months ago

We already have this logic on the old CLI (sdk6) https://github.com/decentraland/cli/blob/main/src/sceneJson/utils.ts#L19-L58

We can add the same logic for sdk-commands ☝🏼

Yes, we should do that also in sdk-commands. We should try to make it stand out more tho, bc evidently people aren't doing much about it today haha That's why I also was thinking of something in the Editor UI, but it's true that we should also show something for people deploying directly from the command line