forked from jappel/leistungsbilanz-ts
Add project device update history
This commit is contained in:
parent
2668fc2f16
commit
0bc6c7372f
14 changed files with 785 additions and 13 deletions
|
|
@ -195,13 +195,15 @@ Completed foundation:
|
|||
- `project-device.sync-rows` records synchronization, disconnect and reconnect
|
||||
as one atomic multi-row operation; complete expected/target sync snapshots
|
||||
protect local values, links and override metadata against silent stale writes
|
||||
- `project-device.update` persists canonical source-device field changes
|
||||
independently and never synchronizes linked rows implicitly
|
||||
|
||||
Remaining constraints before completing persistent history:
|
||||
|
||||
- extend the concrete project-scoped command union and executors beyond the
|
||||
Circuit field/insert/delete and CircuitDeviceRow
|
||||
field/insert/delete/move, section-reorder/renumber and ProjectDevice row-sync
|
||||
slices; the generic versioned command envelope is complete
|
||||
field/insert/delete/move, section-reorder/renumber, ProjectDevice field-update
|
||||
and row-sync slices; the generic versioned command envelope is complete
|
||||
- route the remaining structural and destructive domain
|
||||
writes through the shared command, revision and stack transaction boundary
|
||||
- replace the session-local frontend command stack only after server-side
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue