Skip to content

Commit 0f736ef

Browse files
committed
chore(spec): classify dataset measures.currency in the liveness gate
1 parent a3562c4 commit 0f736ef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/spec/liveness/dataset.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@
9393
"evidence": "packages/services/service-analytics/src/analytics-service.ts:480",
9494
"note": "compiled into Cube metric + enriched onto result fields for the renderer."
9595
},
96+
"currency": {
97+
"status": "live",
98+
"evidence": "packages/services/service-analytics/src/analytics-service.ts:531",
99+
"note": "measure-declared currency (ISO 4217) enriched onto result fields alongside label/format, so the renderer formats the amount with a locale-correct Intl symbol rather than a '$' baked into format."
100+
},
96101
"certified": {
97102
"status": "dead",
98103
"evidence": "no runtime consumer — analytics execution never reads it; not compiled into the Cube",

0 commit comments

Comments
 (0)