Persist circuit cell edits
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
# Circuit List Editor Known Limitations
|
||||
|
||||
- The circuit-list editor still exposes only its session-local undo/redo UI.
|
||||
- Existing Circuit and CircuitDeviceRow cell edits use persistent project
|
||||
commands and project-wide toolbar undo/redo. The editor's visible stack is
|
||||
still session-local, is empty after reload and still contains direct
|
||||
structural/destructive operations during the cutover.
|
||||
- Server-side project revisions and persistent undo/redo eligibility exist for
|
||||
the command types documented in `circuit-list-editor-api.md`; command coverage
|
||||
and the editor UI cutover are not complete.
|
||||
the command types documented in `circuit-list-editor-api.md`; complete editor
|
||||
command coverage and history reconstruction are not complete.
|
||||
- Named logical project snapshots and restore are not implemented yet.
|
||||
- No Revit/CSV/IFCGUID import and export workflow is implemented yet.
|
||||
- Persistence currently targets local SQLite; PostgreSQL is an architectural option, not an implemented runtime.
|
||||
|
||||
Reference in New Issue
Block a user