Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link to boards #766

Merged
merged 20 commits into from
Mar 3, 2023
Merged

link to boards #766

merged 20 commits into from
Mar 3, 2023

Conversation

alixander
Copy link
Collaborator

@alixander alixander commented Feb 5, 2023

x.link: layers.y
layers: {
  y: {
    home.link: _
    layers: {
      x: {
        parent.link: _._.layers.y
      }
    }
  }
}

gets transformed into

x.link: root.layers.y
layers: {
  y: {
    home.link: root
    layers: {
      x: {
        parent.link: root.layers.y
      }
    }
  }
}

this will make it easy for exporters to link board together in whatever format

@alixander alixander requested a review from nhooyr March 1, 2023 23:42
@alixander alixander marked this pull request as ready for review March 1, 2023 23:43
@alixander alixander changed the title wip: link to boards link to boards Mar 1, 2023
Copy link
Contributor

@nhooyr nhooyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not as long as I expected.

@alixander alixander requested a review from nhooyr March 3, 2023 02:02
Copy link
Contributor

@nhooyr nhooyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@alixander alixander requested a review from nhooyr March 3, 2023 02:25
Copy link
Contributor

@nhooyr nhooyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@alixander alixander merged commit 7bc4955 into terrastruct:master Mar 3, 2023
@alixander alixander deleted the link-layers branch March 3, 2023 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants