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 @@