forked from jappel/leistungsbilanz-ts
Reuse command transaction boundary
This commit is contained in:
parent
266bdb4749
commit
0f306d9a90
7 changed files with 314 additions and 349 deletions
|
|
@ -84,8 +84,10 @@ absteigend paginierte Revisions-Timeline ist ohne Befehls-Payloads über
|
|||
`GET /api/projects/:projectId/history/revisions` lesbar. Ein zentraler
|
||||
Dispatcher führt die nachfolgend beschriebenen typisierten Kommandos über
|
||||
öffentliche Command-, Undo- und Redo-Endpunkte aus.
|
||||
Die Identitäts-/Struktur-Stores für Circuit, CircuitDeviceRow,
|
||||
DistributionBoard, ProjectDevice sowie Geschoss/Raum verwenden dabei
|
||||
Die kompatiblen Multi-Write-Stores für Circuit-/CircuitDeviceRow-Struktur,
|
||||
Gerätezeilen-Moves, Abschnittssortierung/-umnummerierung,
|
||||
DistributionBoard-Struktur, ProjectDevice-Struktur und -Zeilensynchronisierung
|
||||
sowie Geschoss/Raum verwenden dabei
|
||||
`project-command-transaction.persistence.ts` als gemeinsame äußere
|
||||
Transaktionsgrenze. Sie führt Fachänderung, Revisions-Append und
|
||||
History-Transition in fester Reihenfolge innerhalb derselben SQLite-Transaktion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue