Remove obsolete repository writes
This commit is contained in:
parent
ac465a1cc0
commit
d23e7d990c
26 changed files with 79 additions and 371 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.
|
||||
- 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`.
|
||||
|
||||
The supported runtime model is Circuit-First. The former Consumer UI and API are
|
||||
removed. Retained `consumers` rows, migration mappings and reports are upgrade-only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue