feat(local): model local command log boundary
Define local/offline truth as commands, domain events, and projections rather than stored DOM patches or EffectBatch payloads, and wire the techdemo through a local command-to-projection-to-effect flow. req: local/001 req: local/002 req: local/003 req: local/004 req: examples/001
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div class="local-panel">
|
||||
<p><strong>Local command log</strong><br>{+ self.status +}</p>
|
||||
<p>{+ self.projection +}</p>
|
||||
<div class="quick-actions">
|
||||
<button type="button" data-hemx-handle="queue_local_set">Queue local set completion</button>
|
||||
</div>
|
||||
<code>{+ self.boundary +}</code>
|
||||
</div>
|
||||
Reference in New Issue
Block a user