decentraland / explorer-technical-backlog

This is the backlog for big scale architecture decisions regarding the Explorer product and its sub-products
1 stars 2 forks source link

Deployment plan of new decoupled repositories #23

Closed menduz closed 2 years ago

menduz commented 3 years ago

Migration plan, new explorer

Migrating explorer to new repositories

Will happen on Aug 11, (Wednesday). The most noticeable effect will be that the explorer repository won't receive any new updates and the release cycle will be entirely handled by rollouts.

Planned dates:

QA

For all tests, go to https://play.decentraland.zone

Explorer Tests:

Login with metamask

Login as guest

Tutorial

Wearables

Chats

Teleport

Loading screen

Unity Debug

Different environments

Walking the world load scenes

Rendering options

Wearables

olavra commented 3 years ago

The Scenes that are presented in the Scenes section of builder are not mine image

This wasn't happening yesterday.

olavra commented 3 years ago

Voice chat is not working for me

olavra commented 3 years ago

.zone seems to be connecting directly to prod catalysts instead development? seems like env=org by default

menduz commented 3 years ago

Since in desktop and other possible domains (like decentral.games) are not going to use "domains" the ENV is now ignored. The network is taken from your wallet's network and the selected catalyst is matched to the network of choice. That renders the "network mismatch" error unnecessary

olavra commented 3 years ago

.zone connected to mainnet is showing my Development friends instead of Prod

nearnshaw commented 3 years ago

something I noticed in zone:

the quests UI is enabled by default, and I get the "new quest available" notification quests won't be released till next week, so we should make sure that this UI doesn't make it into production till then

in production today, it's necessary to add &ENABLE_QUESTS to the URL. Maybe this is managed by feature flags, but notifying just in case

menduz commented 3 years ago

Quests feature flags are enabled for .zone, that is expected