From 786a6c16a3d6f7000c92805e7780753e66c9db2a Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 19 Mar 2026 15:31:04 +0000 Subject: [PATCH] Fix up upload by ID Show the street number as well as the rest of the address, emit an event when the upload is processed, actually check if pools are existing, etc. --- html/template/sync/upload-by-id.html | 10 ++++---- platform/csv/csv.go | 10 ++++++++ platform/csv/flyover.go | 31 +++++++++++++++++++++++-- platform/event/event.go | 5 ++++ platform/pool.go | 34 +++++++++++++++------------- 5 files changed, 68 insertions(+), 22 deletions(-) diff --git a/html/template/sync/upload-by-id.html b/html/template/sync/upload-by-id.html index 5253e204..5e2133ce 100644 --- a/html/template/sync/upload-by-id.html +++ b/html/template/sync/upload-by-id.html @@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', onLoad); Error:{{ .Message }} {{ end }} - {{ if eq .C.Upload.Status "uploaded" }} + {{ if (or (eq .C.Upload.Status "uploaded") (eq .C.Upload.Status "parsing")) }}