decentraland / unity-renderer

Unity implementation of Decentraland Client
https://play.decentraland.org
Apache License 2.0
136 stars 93 forks source link

Add Third Party wearables filter to the backpack #1706

Closed olavra closed 2 years ago

olavra commented 2 years ago

In order to integrate Third Party Wearables, we need to enable them in the backpack. For performance reasons, we can't retrieve this information alongside the owned wearables request, and it need to be done individually by each third party by players request.

In this sense, backpack wearables (in all of their categories) need to be filtered by Decentraland or the Third party selected. Doing so, triggers a call to the catalyst to retrieve the wearables related to that third party exclusively. Design is pending here.

Acceptance Criteria

RominaMarchetti commented 2 years ago

Figma Link

Screen Shot 2022-01-21 at 15.39.51.png

sandrade-dcl commented 2 years ago

Some decissions taken:

sandrade-dcl commented 2 years ago

Task blocked until platform team has the final endpoints (kernel + catalyst) ready to use.

cc @guidota

sandrade-dcl commented 2 years ago

Blocked by: https://github.com/decentraland/catalyst/issues/1003 @agusaldasoro @guidota we need to have it fixed to be able to test correctly and before release our side.

sandrade-dcl commented 2 years ago

Task blocked waiting for all catalysts be synched with the latests Agustina's changes.