comparison client/src/lib/classifications.js @ 4279:30f26bf7ff24

Reordering of elements In order to improve user experience the configuration of avail, forceast vs. real and accuracy was changed in such a way, that it now mirrors the optics of the displayed triangle. The order in the identify tool was changed accordingly 1) avail 2) forcast vs. real 3) accuracy "Currency" was cleaned up to "recency"
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 29 Aug 2019 15:04:02 +0200
parents e4d6c6339cb4
children 767a6500a666
comparison
equal deleted inserted replaced
4278:1d4e588a61df 4279:30f26bf7ff24
30 } 30 }
31 return f; 31 return f;
32 }; 32 };
33 33
34 export default { 34 export default {
35 surveyCurrency(bottleneck) { 35 surveyRecency(bottleneck) {
36 if ( 36 if (
37 bottleneck.get("revisiting_time") === null || 37 bottleneck.get("revisiting_time") === null ||
38 bottleneck.get("revisiting_time") === 0 38 bottleneck.get("revisiting_time") === 0
39 ) { 39 ) {
40 return "NEUTRAL"; 40 return "NEUTRAL";