feat(figure): introduce panel and content hierarchy - #54
Merged
Conversation
- model semantic panels and typed content/assets in the final v1 schema - preserve labels, groups, assets, and identity through actions and persistence - unify panel-aware layout, rendering, captions, transfers, and editor interactions
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Introduce the new Figure → Panel → Content hierarchy for PlotX.
Panels are now first-class semantic objects that own scientific panel labels and descriptions, while typed content items represent plots, raster images, text, and shapes. Ordinary layout groups remain separate from semantic panels.
This PR establishes the domain, persistence, action, rendering, and editor foundations. Image decoding, import entry points, and raster texture rendering remain follow-up work.
What changed
Domain model
PanelId,ContentId, andAssetId.Paneland typedContentItemmodels.LayoutGroupthe single source of truth for grouping.Panel labels and descriptions
Plot 1.Panel → Description.Layout and interaction
Persistence and assets
next_panel_label_slot.AssetId.Rendering
PanelLabeldocument items.Product behavior
bto an empty canvas displays it asa; moving it back besidearestoresb.Project-format policy
This change modifies the only supported final schema v1.
It intentionally adds no:
Validation
cargo pr-check