Spaces into the world via island designer - #636
Draft
bnolan wants to merge 1 commit into
Draft
Conversation
/spaces/:id/play redirects to /spaces. Admins get add-to-world on the space page, which opens /island/space?id= so they can place parcels, upsert the island, insert unminted parcels with copied content and the space owner, then teleport in. Co-authored-by: Ben Nolan <bnolan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Old
/spaces/:id/playlinks redirect to/spaces. Admins can migrate a space into the world through the island designer.How
/spaces/:id, admin sees add to world (or open in world ifparcel_idis already set)/island/space?id=...with the space(s) loaded as parcels (size from the space, 4m gap, island name = truncated space name +island)spaces.parcel_id, then teleports to/play?coords=No mint. Mint later via
/admin.Files
src/user-interface.tsx,web/load-routes.tsxweb/src/space.tsxweb/src/admin/islands.tsx,web/src/routes.tsserver/controllers/admin.tsparcel_idtype:common/messages/space.ts