From 259e3221ecd46deab959621be1558e20a10c75b3 Mon Sep 17 00:00:00 2001 From: Jordan Foster Date: Fri, 15 Nov 2024 11:35:17 -0600 Subject: [PATCH] adds material UI facelift to the processing section of the arcGIS plugin admin component --- .../lib/arc-admin/arc-admin.component.html | 240 ++++++------------ .../lib/arc-admin/arc-admin.component.scss | 4 + 2 files changed, 79 insertions(+), 165 deletions(-) diff --git a/plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.html b/plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.html index 316095fb9..17de770c0 100644 --- a/plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.html +++ b/plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.html @@ -3,80 +3,88 @@

ArcGIS Configuration

- Processing + Processing MAGE ArcGIS plugin processing settings. -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Enabled - - {{config.enabled}}
Base URL - - {{config.baseUrl}}
Interval (s) - - {{config.intervalSeconds}}
Startup Interval (s) - - {{config.startupIntervalSeconds}}
Update Interval (s) - - {{config.updateIntervalSeconds}}
Batch Size - - {{config.batchSize}}
Attachment Tolerance (ms) - - {{config.attachmentModifiedTolerance}}
+
+
+
+ + Enabled + + true + false + + Process observations and send to configured ArcGIS feature layers + +
+
+ + Base URL + + Mage server base URL + +
+
+ + Interval + + Observation query and processing frequency time interval in seconds + +
+
+ + Startup Interval + + Startup interval in seconds to wait for feature layer processors to be ready + +
+
+ + Update Interval + + Processing wait time interval in seconds when pending observation updates exist + +
+
+ + Batch Size + + Maximum number of observations to process during a single time interval + +
+
+ + Attachment Tolerance + + Time tolerance in milliseconds to consider an attachment as modified compared to the observation + +
+
- + + @@ -651,104 +659,6 @@

{{infoTitle}}

- -

Processing Configuration

- -
-
- - - true - false - - - -
-
- - - - -
-
- - Interval - - - -
-
- - Startup Interval - - - -
-
- - Update Interval - - - -
-
- - Batch Size - - - -
-
- - Attachment Tolerance - - - -
-
-
- - - - -

Attributes Configuration

diff --git a/plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.scss b/plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.scss index 0cd37aa01..f308245d6 100644 --- a/plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.scss +++ b/plugins/arcgis/web-app/projects/main/src/lib/arc-admin/arc-admin.component.scss @@ -7,6 +7,10 @@ padding: 1rem; } +.edit-processing-form .mat-form-field { + margin-bottom: 1.5rem !important; +} + section { >* { margin-inline-start: 0em;