From 908c67a26cf0578b224ed01a8ca343013ff654c4 Mon Sep 17 00:00:00 2001 From: Shawn Date: Thu, 28 May 2026 23:01:17 -0400 Subject: [PATCH] docs: update msfs-data-import.md after clean-slate reset - Cleared all MSFS-derived (address-geocoded) GPS - Only real field GPS (28 assets from photo EXIF) remains - Documented backup locations and clean-slate process Refs #46 --- .gitignore | 9 +++++---- docs/msfs-data-import.md | 10 ++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7591ff2..ccf2bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ +cert.pem *.db *.db-journal *.db-shm *.db-wal -uploads/*.jpg -uploads/*.png key.pem -cert.pem +*.pre-msfs-import __pycache__/ -.venv/ +uploads/*.jpg uploads/photos/ +uploads/*.png +.venv/ diff --git a/docs/msfs-data-import.md b/docs/msfs-data-import.md index f820ba8..c523942 100644 --- a/docs/msfs-data-import.md +++ b/docs/msfs-data-import.md @@ -2,10 +2,12 @@ > How Microsoft Dynamics 365 Field Service data was extracted, merged with Cantaloupe data, and imported into the Canteen Asset Tracker. > -> **Date:** 2026-05-28 -> **Assets in DB:** 9,636 (up from 1,848) -> **Assets with GPS:** 28 -> **Backup saved:** `assets.db.20260528_214316.pre-msfs-import` +> **Date:** 2026-05-28 (initial), 2026-05-28 (clean-slate reset) +> **Assets in DB:** 9,636 +> **Assets with real GPS:** 28 (field-collected, not address-geocoded) +> **GPS backup:** `/tmp/gps_restore.sql` (28 UPDATE statements by machine_id) +> **Pre-import backup:** `assets.db.20260528_225934.pre-msfs-import` +> **Note:** All GPS from MSFS (address-geocoded) was cleared during the clean-slate reset. Only real field GPS (from technician photo EXIF) remains. ---