diff client/src/components/importconfiguration/ImportDetails.vue @ 5388:60bba8e6322b extented-report

Add import for updating stats. Rationale: Due to performance optimization it seems advised to decouple updating the stats for the DQL report from the actual consumption while generating the report. -- Therefore we have a new import kind "statsupdate" which is selectable for sysadmins only. It could be scheduled as any other import. The available names for which stats to update are dynamically queried from the backend.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 02 Jul 2021 13:56:51 +0200
parents 1695e17c5a83
children 84d01a536bec
line wrap: on
line diff
--- a/client/src/components/importconfiguration/ImportDetails.vue	Fri Jul 02 00:42:05 2021 +0200
+++ b/client/src/components/importconfiguration/ImportDetails.vue	Fri Jul 02 13:56:51 2021 +0200
@@ -57,6 +57,9 @@
             <option :value="$options.IMPORTTYPES.REPORT">
               <translate>Data Quality Report</translate>
             </option>
+            <option :value="$options.IMPORTTYPES.STATSUPDATE">
+              <translate>Update Stats</translate>
+            </option>
           </optgroup>
         </select>
       </div>