leistungsbilanz-ts/src
Grovy311 cfb76a3754 cable-sizing: max length, socket minimum, manual-entry warning, SVG icon
- Cross-section rows now include maxLengthForVoltageDropM, the inverse of
  the voltage-drop formula: the longest single run that stays within the
  requested max voltage drop at the given load/cosPhi/phase. Shown as a KPI
  and in the ok-summary alert.
- Added PRACTICAL_MINIMUM_CROSS_SECTION_MM2 (2.5 mm² for single_phase
  circuits) - a planning convention already named in this projects own
  docs/spec/06-future-sizing-and-calculations.md, not a thermal/
  voltage-drop requirement. Only ever raises a calculated recommendation,
  never lowers one that already needs more. circuitCategory is looked up
  from the circuits section and passed through from the editor.
- The manual cross-section field now warns (not blocks - manual override
  must stay possible per the same spec doc) when the typed value is not a
  standard cross-section, is smaller than the last calculation, or is
  below the practical minimum for single_phase circuits.
- Modal title now includes the circuit displayName next to the equipment
  identifier.
- Replaced the calculator emoji trigger icon with an inline SVG - the emoji
  did not render in at least one tested environment (missing font glyph),
  SVG has no such dependency.
2026-08-07 18:13:27 +02:00
..
app cable-sizing: max length, socket minimum, manual-entry warning, SVG icon 2026-08-07 18:13:27 +02:00
cable-sizing/domain cable-sizing: max length, socket minimum, manual-entry warning, SVG icon 2026-08-07 18:13:27 +02:00
db Add proposed cable-sizing module 2026-08-07 17:13:59 +02:00
domain Fix code-review findings across domain, persistence, server and frontend 2026-08-06 21:31:16 +02:00
external-model Add Revit circuit list object feed 2026-08-02 18:59:01 +02:00
frontend cable-sizing: max length, socket minimum, manual-entry warning, SVG icon 2026-08-07 18:13:27 +02:00
server cable-sizing: return 400 instead of 500 for an unknown context circuitId/projectId 2026-08-07 17:17:44 +02:00
shared Merge remote-tracking branch 'origin/feature/amev-picker-and-collapsible-sidebar' 2026-08-06 22:01:54 +02:00
instrumentation-node.ts Fix crash handling and log noise in logging feature 2026-08-06 19:58:31 +02:00
instrumentation.ts Add configurable structured logging 2026-08-06 19:45:39 +02:00
proxy.ts Fix crash handling and log noise in logging feature 2026-08-06 19:58:31 +02:00