Expand description
Reversible BRIDGE packet review surface for SIM Web.
The surface renders one BridgePacket as Scene data and decodes ordinary
intent/edit-field values into typed BRIDGE collaboration parts. Human and
agent operators edit the same packet expression: a patch, review, vote, or
receipt is a BRIDGE part record, not a separate browser-side protocol.
Re-exports§
pub use cookbook::packet_review_demo;
Modules§
- cookbook
- Cookbook fixtures for the BRIDGE packet review surface.
Structs§
- Bridge
Packet Surface Codec - Reversible surface codec for BRIDGE packet review.
Constants§
- BRIDGE_
PACKET_ SURFACE_ CODEC_ ID - Stable id for the BRIDGE packet review surface codec.
Functions§
- bridge_
packet_ edit - Decodes one edit intent against
packetinto a typed BRIDGE part record. - bridge_
packet_ view - Renders
packetthrough the BRIDGE packet surface. - patch_
edit_ intent - Builds a patch edit intent for the packet review surface.
- receipt_
edit_ intent - Builds a receipt edit intent for the packet review surface.
- review_
edit_ intent - Builds a review edit intent for the packet review surface.
- vote_
edit_ intent - Builds a vote edit intent for the packet review surface.