Commit ff2ee55aeb2ba3fd60dcde9b8b93e0dbcd8d1831

Authored by zichun
1 parent 4ce52606

docs: bi-engine.md — disambiguate from "KPI Work Center" home card

The FROUNT home card "KPI监控" is open-task aggregation
(BusinessModelCenterController), not analytics — already covered in
runtime.md from the parallel session. Added a callout at the top of
the KPI subsystem section so readers don't conflate the two.
en/docs/reference/maintainer/bi-engine.md
... ... @@ -107,6 +107,16 @@ code change needed to add or modify them.
107 107  
108 108 ## KPI subsystem
109 109  
  110 +> **Disambiguation.** The FROUNT home page also shows a card titled
  111 +> "**KPI监控**" (KPI Monitor) — that is **not** the same thing as
  112 +> what's documented here. The home-page card is an open-task counter
  113 +> served by `BusinessModelCenterController.getModelCenter`; it reads
  114 +> `gdsmodule.bUnTask` / `sUnType`, has no targets / scoring / charts,
  115 +> and is misleadingly named. See
  116 +> [The KPI Work Center in runtime.md](runtime.md#the-kpi-work-center-front-end-home-dashboard).
  117 +> The `kpi*` table family below is the *actual* per-employee
  118 +> performance-scoring layer.
  119 +
110 120 `kpi*` is a **per-employee performance-scoring** layer separate from
111 121 the chart rendering. The shape:
112 122  
... ...