# HG changeset patch # User Markus Kottlaender # Date 1559664683 -7200 # Node ID 73add36de41303b67c16ec858b0809419e4ad431 # Parent 2be2880ad654ceff2f773cc9ffd968078c392244 client: configuration: data accuracy: improved texts diff -r 2be2880ad654 -r 73add36de413 client/src/components/systemconfiguration/DataAccuracy.vue --- a/client/src/components/systemconfiguration/DataAccuracy.vue Tue Jun 04 17:05:39 2019 +0200 +++ b/client/src/components/systemconfiguration/DataAccuracy.vue Tue Jun 04 18:11:23 2019 +0200 @@ -15,7 +15,8 @@
- Last survey within revisiting time. + The latest survey is within the revisiting time of the + respective bottleneck.
@@ -25,17 +26,17 @@
-
Last survey within revisiting time
-
- x +
+ The latest survey is within + times the revisiting time.
@@ -45,8 +46,9 @@ class="card-body d-flex align-items-center justify-content-center" >
- Last survey older than revisiting time x + The latest survey is older than {{ Number(bn_revtime_multiplier).toLocaleString() }} + times the revisiting time.
@@ -63,11 +65,11 @@ class="card-body d-flex align-items-center justify-content-center" >
- Latest measurement not older than + The latest measurement is not older than {{ Number(gm_latest_hours).toLocaleString() }} hours - and at least + and there are at least {{ Number(gm_min_values_14d).toLocaleString() }} - measurements in the last 14 days + measurements in the last 14 days.
@@ -78,16 +80,17 @@
-
Minimum number of measurements in the last 14 days:
-
+
+ There are less than + measurements in the last 14 days.
@@ -96,17 +99,17 @@
-
Latest measurement older than
-
+
+ The latest measurement is older than - hours + days.
@@ -123,14 +126,15 @@ class="card-body d-flex align-items-center justify-content-center" >
- Confidence offset within last 24 hours less than - {{ Number(gm_forecast_offset_24h).toLocaleString() }} cm - and within last 72 hours less than - {{ Number(gm_forecast_offset_72h).toLocaleString() }} cm + The highest confidence value is less than + + {{ Number(gm_forecast_offset_24h).toLocaleString() }} cm + + within the last 24 hours and less than + + {{ Number(gm_forecast_offset_72h).toLocaleString() }} cm + + within last 72 hours.
@@ -141,17 +145,18 @@
-
Confidence offset within last 24 hours greater than:
-
+
+ The highest confidence value within the last 24 hours is + greater than - cm + cm.
@@ -160,17 +165,18 @@
-
Confidence offset within last 72 hours greater than:
-
+
+ The highest confidence value within the last 72 hours is + greater than - cm + cm.
@@ -187,17 +193,19 @@ class="card-body d-flex align-items-center justify-content-center" >
- Nash-Sutcliffe-Coefficient for last 24 hours greater than - {{ - Number(gm_forecast_vs_reality_nsc_24h).toLocaleString() - }} - and for last 72 hours greater than - {{ + The Nash-Sutcliffe coefficient is greater than + + {{ + Number(gm_forecast_vs_reality_nsc_24h).toLocaleString() + }} + + for last 24 hours and greater than + + {{ Number(gm_forecast_vs_reality_nsc_72h).toLocaleString() }} - cm + + for last 72 hours.
@@ -208,14 +216,12 @@
-
- Nash-Sutcliffe-Coefficient for last 24 hours less than: -
-
+
+ The Nash-Sutcliffe coefficient for last 24 hours is less than @@ -227,14 +233,12 @@
-
- Nash-Sutcliffe-Coefficient for last 72 hours less than: -
-
+
+ The Nash-Sutcliffe coefficient for last 72 hours is less than @@ -269,6 +273,9 @@ padding: 0.25rem .card-body padding: 0.5rem + .form-control-sm + height: 24px + font-size: 12px