]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
docs: add ADR for config loading strategy and ClientConfig derivation
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 16 Apr 2026 21:06:03 +0000 (23:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 16 Apr 2026 21:06:03 +0000 (23:06 +0200)
commitac9f4304e67f449b8cb00903325c9ce733fb067d
tree04bc0e20fd5e81545625c94de62f6b7d88a1f3b6
parent65a23b8c9dee7e03fe24f7058e215e619894489d
docs: add ADR for config loading strategy and ClientConfig derivation

Update WebSocketClient usage example to use Protocol.UI and
ProtocolVersion['0.0.1'] enum values (matching the now-enum-typed
ClientConfig). Add Architecture Decisions section documenting:
- ADR 1: why CLI and Web have separate config loaders (different I/O)
- ADR 2: why ClientConfig = Omit<UIServerConfigurationSection, 'name'>
ui/common/README.md