Commit graph

41 commits

Author SHA1 Message Date
Grovy311
1d030971dd Add proposed cable-sizing module
Isolated module (mirrors src/external-model/ dependency direction) that
adds an on-demand, DIN VDE 0298-4 referenced cable cross-section
calculator: a click-on-a-circuit input mask for laying method,
insulation, ambient temperature, grouping and voltage-drop limit that
suggests a cross-section for the circuit cableCrossSection/cableLength
fields. Applying a suggestion goes through the existing circuit.update
command (expectedRevision, undo/redo) unchanged - nothing here writes
to circuits directly or touches the revision/command system. See
docs/cable-sizing-module.md for the full rationale, API contract,
verification status and maintenance plan. Proposal, not yet reviewed
by the project owner - see the docs file.

423 existing + 11 new tests pass, build:api/build:web/typecheck:scripts
clean.
2026-08-07 17:13:59 +02:00
a69b7b603f Add external object new circuit command 2026-08-02 18:55:57 +02:00
347b3717c3 Add external object new row command 2026-08-02 18:44:46 +02:00
1a7dd7fe03 Add external object row assignment command 2026-08-02 18:38:38 +02:00
c9e5fdd876 Add Revit initial import planning 2026-08-02 17:38:17 +02:00
c634570018 Add atomic Revit initial import 2026-08-02 17:33:32 +02:00
caa6caf99f Add Revit CSV preview API 2026-08-02 16:49:42 +02:00
219da5ec3b Persist Revit CSV configuration 2026-08-02 16:33:18 +02:00
0fd564a930 Persist complete distribution board subtrees 2026-07-31 11:57:10 +02:00
18ca5eb3d4 Persist circuit protection updates 2026-07-31 07:37:38 +02:00
7a9530a914 Expose protected tree structure 2026-07-30 20:14:45 +02:00
99bdf6491b Persist populated group deletion 2026-07-30 20:10:10 +02:00
3399fcd88b Persist circuit group moves 2026-07-30 20:03:11 +02:00
07925b2fd9 Persist circuit group renumbering 2026-07-30 19:56:59 +02:00
1250f9a6af Add circuit group commands 2026-07-30 19:46:55 +02:00
604604f056 Add component structure commands 2026-07-30 19:38:48 +02:00
da8115fe1d Add portable project transfer API 2026-07-28 18:34:57 +02:00
d7b98de56a Inject application database contexts 2026-07-26 12:30:42 +02:00
c1be85e408 Decouple runtime domain services 2026-07-26 12:04:50 +02:00
ac465a1cc0 Persist project locations 2026-07-26 10:56:29 +02:00
1cf26a932e Persist distribution board setup 2026-07-25 23:41:27 +02:00
b2763f72d5 Persist project settings updates 2026-07-25 23:08:07 +02:00
384a5769ab Restore named project snapshots 2026-07-25 22:41:24 +02:00
7c670fece3 Add named project snapshots 2026-07-25 22:15:22 +02:00
c45afd0981 Persist section renumbering 2026-07-25 21:30:29 +02:00
08a2775a88 Persist device row moves 2026-07-25 21:09:02 +02:00
3977a6e6e1 Persist project device synchronization 2026-07-24 11:47:03 +02:00
ac16cca77a Add project device structure history 2026-07-24 09:09:59 +02:00
0bc6c7372f Add project device update history 2026-07-24 08:57:57 +02:00
2668fc2f16 Add project device sync history 2026-07-24 08:47:25 +02:00
4b4603b71b Add section renumber history 2026-07-24 08:34:31 +02:00
332dfdb5d9 Add circuit reorder history 2026-07-24 08:21:32 +02:00
0a51703315 Add device row move history 2026-07-23 22:29:44 +02:00
ca13efbfcb Add circuit history commands 2026-07-23 22:18:36 +02:00
bd5f4f925f Add device row history commands 2026-07-23 22:09:53 +02:00
e4c7cf06e9 Add project command API 2026-07-23 21:56:13 +02:00
2d0aa11d9c Add atomic device row updates 2026-07-23 21:38:20 +02:00
296cb0f1c4 Add atomic circuit update commands 2026-07-23 21:32:25 +02:00
9be94028b3 Isolate circuit section transactions 2026-07-23 19:02:38 +02:00
91baa6c76c Isolate project device sync transactions 2026-07-23 18:57:18 +02:00
30c7555c68 Isolate device row transactions 2026-07-23 18:33:22 +02:00