forked from jappel/leistungsbilanz-ts
Remove unused revision repository
This commit is contained in:
parent
4789e01aac
commit
0cedeaa959
7 changed files with 57 additions and 82 deletions
|
|
@ -26,6 +26,8 @@ It must support circuits, device rows, project devices, drag-and-drop restructur
|
|||
`src/db/repositories/project-command-transaction.persistence.ts` for the
|
||||
atomic domain-write, revision and history transition boundary. Its applied
|
||||
forward-command variant preserves derived CircuitDeviceRow override metadata.
|
||||
- Low-level `appendProjectRevision` persistence is adapter-internal and tested
|
||||
directly; do not reintroduce a standalone runtime revision repository.
|
||||
- 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