Phase 556: record whiteboard persistence deferred decision#236
Open
ExplodingUFO wants to merge 3 commits into
Open
Conversation
This was referenced May 13, 2026
9b3341c to
8dc4dd0
Compare
1dc3aab to
32921a0
Compare
Owner
Author
|
Restacked this PR onto the latest Phase 555 head after #235 was rewritten. Evidence:
|
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.
Summary
avalonia-node-map-bckas a deferred whiteboard primitive persistence decision.GraphWhiteboardPrimitivePersistenceDecisioncontract with outcome and boundary coverage for GraphDocument, workspace, clipboard, screenshot, and scene export artifacts.Verification
dotnet test tests\AsterGraph.Editor.Tests\AsterGraph.Editor.Tests.csproj -c Release --no-restore --logger "console;verbosity=minimal"(882 passed)dotnet test tests\AsterGraph.Demo.Tests\AsterGraph.Demo.Tests.csproj -c Release --no-restore --logger "console;verbosity=minimal"(301 passed)dotnet test tests\AsterGraph.Editor.Tests\AsterGraph.Editor.Tests.csproj -c Release --no-restore --filter "FullyQualifiedName~WhiteboardPrimitivePersistenceDecisionContractsTests|FullyQualifiedName~EditorClipboardAndFragmentCompatibilityTests|FullyQualifiedName~GraphEditorExportContractsTests" --logger "console;verbosity=minimal"(20 passed)dotnet test tests\AsterGraph.Demo.Tests\AsterGraph.Demo.Tests.csproj -c Release --no-restore --filter "FullyQualifiedName~ReactFlowParityRoadmapDocsTests|FullyQualifiedName~DemoCookbookDocsTests|FullyQualifiedName~DemoCookbookCatalogTests" --logger "console;verbosity=minimal"(74 passed).\eng\validate-public-api-surface.ps1 -Configuration Release -Framework net9.0(PUBLIC_API_DIFF_GATE_OK:True)git diff --check(exit 0; CRLF warnings only)Stack
feature/phase-555-whiteboard-eraser-behaviorCloses #230