From a6912929a7f1353c19fb52789e182b46bc69a11f Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 9 Apr 2026 17:35:00 +0000 Subject: [PATCH] Establish basic pattern for compliance data flow We can get location, images, and string data. It's the trifecta. --- ts/rmo/content/compliance/Address.vue | 6 +- ts/rmo/content/compliance/Evidence.vue | 135 ++++++++++++------------- ts/rmo/view/Compliance.vue | 15 ++- 3 files changed, 81 insertions(+), 75 deletions(-) diff --git a/ts/rmo/content/compliance/Address.vue b/ts/rmo/content/compliance/Address.vue index 88ec8627..bf24a15c 100644 --- a/ts/rmo/content/compliance/Address.vue +++ b/ts/rmo/content/compliance/Address.vue @@ -26,8 +26,8 @@ diff --git a/ts/rmo/content/compliance/Evidence.vue b/ts/rmo/content/compliance/Evidence.vue index 464f9a96..d42f01c2 100644 --- a/ts/rmo/content/compliance/Evidence.vue +++ b/ts/rmo/content/compliance/Evidence.vue @@ -107,92 +107,83 @@ -
- -
- -
- -

Tap to take photo or upload

-

You can add multiple photos

-
- -
+ +
+ + +
- -
- - + +
+ + +
- -
- - -
- Example: "This standing water appeared after recent rain" or "I've - already taken steps to address this issue" -
+ +
+ + +
+ Example: "This standing water appeared after recent rain" or "I've + already taken steps to address this issue"
+
- -
- - Back - - - Continue - -
- + +
+ + Back + + +
diff --git a/ts/rmo/view/Compliance.vue b/ts/rmo/view/Compliance.vue index c5d1dbf6..273efb71 100644 --- a/ts/rmo/view/Compliance.vue +++ b/ts/rmo/view/Compliance.vue @@ -18,7 +18,13 @@ body > .container-fluid {