forked from jappel/leistungsbilanz-ts
Add project revision foundation
This commit is contained in:
parent
6b6d2c2a42
commit
903d977443
16 changed files with 2052 additions and 9 deletions
|
|
@ -5,6 +5,10 @@
|
|||
The circuit-first editor uses tree, circuit, row and project-device endpoints.
|
||||
All paths below are mounted below `/api`. There is no Consumer application API.
|
||||
|
||||
Project responses from `GET /projects` and `GET /projects/:projectId` include
|
||||
`currentRevision`. It currently exposes the persisted revision foundation only;
|
||||
no public history, undo or redo endpoint exists yet.
|
||||
|
||||
## Circuit-First Endpoints
|
||||
|
||||
### Distribution Board Setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue