Commit ff2ee55aeb2ba3fd60dcde9b8b93e0dbcd8d1831
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.
Showing
1 changed file
with
10 additions
and
0 deletions
en/docs/reference/maintainer/bi-engine.md
| @@ -107,6 +107,16 @@ code change needed to add or modify them. | @@ -107,6 +107,16 @@ code change needed to add or modify them. | ||
| 107 | 107 | ||
| 108 | ## KPI subsystem | 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 | `kpi*` is a **per-employee performance-scoring** layer separate from | 120 | `kpi*` is a **per-employee performance-scoring** layer separate from |
| 111 | the chart rendering. The shape: | 121 | the chart rendering. The shape: |
| 112 | 122 |