On this page: Target audience: CAST AI Administrators |
Summary: This page explains how to modify default text in the CAST Application Analytics and Engineering Dashboards. |
TheĀ CAST Application Analytics and Engineering Dashboards use a .json file to define the default text that is used within the dashboards. For example:
Click to enlarge:
The above text is defined in the .json file:
"Total Quality index": "Total Quality index", "Total Quality index measures the global quality level of the application based on all existing technical criteria that are based on our 5 health factors. Sometimes quality rules are linked to multiple technical criteria so that sum of critical violations of TQI is not the same than the sum of critical violations for all health factor.": "Total Quality index measures the global quality level of the application based on all existing technical criteria that are based on our 5 health factors. Sometimes quality rules are linked to multiple technical criteria so that sum of critical violations of TQI is not the same than the sum of critical violations for all health factor.", |
The .json files used to define the dashboard texts are located as follows. Use a text editor to edit the files:
AED: %CATALINA_HOME%\webapps\CAST-AED\engineering\locales\dev\translation.json AAD: %CATALINA_HOME%\webapps\CAST-AAD\portal\locales\dev\translation.json |
Text is defined with a key:value pair, for example:
"Total Quality index": "Total Quality index", |
To edit text, change theĀ value, not the initial key:
"Total Quality index": "Total Quality Index for company", |
To remove text, delete the value leaving behind space separated quote marks:
"Total Quality index": " ", |
To view your changes: