14 lines
900 B
Markdown
14 lines
900 B
Markdown
# Circuit List Editor Known Limitations
|
|
|
|
- Undo/redo history is session-local only.
|
|
- Undo/redo history is not persisted across reloads or between users.
|
|
- No project revision or logical snapshot model is 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.
|
|
- No global cross-project device library workflow is implemented yet.
|
|
- Final electrical sizing logic is not implemented yet.
|
|
- No full norm-compliant voltage-drop and protection-dimensioning calculation flow yet.
|
|
- Sorting is view-only until users explicitly apply sorted order.
|
|
- Cross-section circuit drag-reorder is intentionally blocked.
|
|
- The legacy consumer UI has been removed after complete migration; its server endpoints and retained database records are still pending final cleanup.
|