Add external object new row command

This commit is contained in:
2026-08-02 18:44:46 +02:00
parent 1a7dd7fe03
commit 347b3717c3
10 changed files with 649 additions and 9 deletions
@@ -10,9 +10,10 @@
through the project page with persistent Undo/Redo. Automatic snapshots are
created every 25 revisions and only their newest 12 entries are retained.
- The Revit/CSV foundation and confirmed initial import are implemented.
Existing-row assignment, move and detach have an atomic persistent command;
their editor UI, new-row/new-circuit paths, follow-up import, conflict review
and return export are pending.
Existing-row assignment, move and detach and creation of an external-only row
in an existing circuit have atomic persistent commands. Their editor UI, the
new-circuit path, follow-up import, conflict review and return export are
pending.
- Persistence currently targets local SQLite; PostgreSQL is an architectural option, not an implemented runtime.
- The global device library supports basic CRUD and copy operations, but has no
versioning, permissions or controlled synchronization model.