Output formatter factory (beyond influxdb/process) #11

Open
opened 2026-03-11 13:54:40 +00:00 by vps1_gitea_admin · 0 comments

Problem

OutputUtils is locked to influxdb and process formats only. No way to add new output formats without modifying the class.

Solution

Create an output formatter registry/factory pattern.

Files affected

  • generalFunctions/src/helper/outputUtils.js
## Problem OutputUtils is locked to influxdb and process formats only. No way to add new output formats without modifying the class. ## Solution Create an output formatter registry/factory pattern. ## Files affected - generalFunctions/src/helper/outputUtils.js
vps1_gitea_admin added the P2-extensibility label 2026-03-11 13:54:40 +00:00
Sign in to join this conversation.