Skip to content

Use locale-specific formatting for VSD table numbers

What does this MR do and why?

Use the browser's locale to format numbers on the Value Streams Dashboard (for example, 12345 -> 12,345or12.345` depending on locale).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

(Note: these screenshots were generated with different random values supplied on the BE)

Before After
image image

How to set up and validate locally

  1. Check out this branch locally
  2. Visit a group with Value Stream Analytics enabled on your GDK and look at its Value Streams Dashboard
  3. you should see that numbers in the dashboard table are formatted to follow your locale's number formatting (for example, a comma to separate thousands in US English, or a period to separate them in many European localities).

Related to #444517 (closed), #425467 (closed)

Edited by Chad Lavimoniere

Merge request reports