From adcff5c5c80f1a80006a8acf08b43e3337da4d91 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 15 Apr 2026 17:27:22 +0000 Subject: [PATCH] Split upload requirements table into its own component --- ts/components/TableUploadRequirements.vue | 72 +++++++++++++++++++++ ts/view/configuration/UploadPoolFlyover.vue | 72 +-------------------- 2 files changed, 74 insertions(+), 70 deletions(-) create mode 100644 ts/components/TableUploadRequirements.vue diff --git a/ts/components/TableUploadRequirements.vue b/ts/components/TableUploadRequirements.vue new file mode 100644 index 00000000..d768b498 --- /dev/null +++ b/ts/components/TableUploadRequirements.vue @@ -0,0 +1,72 @@ + diff --git a/ts/view/configuration/UploadPoolFlyover.vue b/ts/view/configuration/UploadPoolFlyover.vue index 8d4db59f..a6bbc20c 100644 --- a/ts/view/configuration/UploadPoolFlyover.vue +++ b/ts/view/configuration/UploadPoolFlyover.vue @@ -4,76 +4,7 @@

Upload Pool Data

-
-
CSV Upload Requirements
-
-
-

- Your CSV file must contain the following columns in any order. Please - ensure your data matches the required format. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FieldDescriptionFormatExample
CityThe city portion of the addressTextVisalia
CommentThe condition of the poolText"blue", "dry", "false pool", "green", or "murky"
HouseNoThe house number portion of the addressText123
StateThe state portion of the addressTextCalifornia
StreetThe street portion of the addressTextMain St
TargetLatThe latitude of the target locationDecimal Number36.56245379
TargetLonThe longitude of the target locationDecimal Number-119.3948222
ZIPThe postal code (ZIP) portion of the addressText93681
-
+
@@ -100,6 +31,7 @@