Support vector annotations in processing jobs - #916
Merged
Conversation
Add a versioned world-LPS interchange format for rulers, rectangles, and polygons. Validate geometry and label references with strict wire fixtures. Extend staged inputs to a discriminated union of stageable types, then regenerate the artifacts.
Bind every finished ruler, rectangle, and polygon on the active image as one staged file. Snapshot and validate the payload before uploads, and enforce reference-image requirements. Exclude staged values when reconstructing a completed job parent.
Add the add-annotations result intent to the neutral contract and bump the intent vocabulary. Preflight each result, then merge its labels and tools as one atomic update. Resolve tool planes and advisory frames against the target image without changing the active label. Persist structured result provenance for idempotency across session restores.
✅ Deploy Preview for volview-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Render each automatic source as a labeled key and value with a stable two-column layout. Show absent optional inputs as intentional omissions while preserving errors for required inputs.
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.
Adds end-to-end client support for passing vector annotations through backend processing jobs.
.annotations.jsoninterchange format for rulers, rectangles, and polygons in world LPS coordinates.add-annotationsresult intent.Demo: https://youtu.be/Q5Zi8wOwTKY
Paried with backend implimentatoin here: DigitalSlideArchive/girder_volview#103