forked from jappel/leistungsbilanz-ts
Centralize structural command transactions
This commit is contained in:
parent
d23e7d990c
commit
266bdb4749
9 changed files with 112 additions and 128 deletions
|
|
@ -21,6 +21,9 @@ It must support circuits, device rows, project devices, drag-and-drop restructur
|
|||
`src/frontend/components/circuit-grid-*.ts` modules.
|
||||
- Critical multi-write commands use injected transaction repositories with real
|
||||
SQLite commit/rollback tests.
|
||||
- Structural command stores share
|
||||
`src/db/repositories/project-command-transaction.persistence.ts` for the
|
||||
atomic domain-write, revision and history transition boundary.
|
||||
- General Circuit, CircuitDeviceRow, CircuitList and DistributionBoard
|
||||
repositories expose only active reads. Runtime writes belong in typed command
|
||||
repositories; direct integration fixtures belong under `tests/support`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue