From c54f7ec1f189caa51768214682e8c63ef648f536 Mon Sep 17 00:00:00 2001 From: Shawn Date: Thu, 28 May 2026 21:58:33 -0400 Subject: [PATCH] Add May 28 overhaul: MSFS data import, lookup-only Find tab, OSRM nav --- Home.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Home.md b/Home.md index bfe6d9b..7097ed8 100644 --- a/Home.md +++ b/Home.md @@ -8,6 +8,15 @@ Mobile-first web app for tracking physical assets via barcode scanning, OCR stic - **Start:** `./start.sh` - **Repo:** https://gitea.ourpad.casa/shawn/canteen-asset-tracker +## Latest: Major App Overhaul (May 28) +- **DB rebuilt** with **9,636 MSFS-merged assets** via `import_msfs.py` +- **Find Asset tab** (renamed from Add/Find): lookup-only mode — barcode scanning and OCR only, no new asset creation +- **Assets tab**: removed import functionality +- **Map tab**: removed geofence drawing tools +- **OSRM navigation**: added to Map tab with driving/walking mode toggle, turn-by-turn directions, distance/ETA +- **OCR 500 errors**: fixed with proper try/except error handling and user-facing status messages +- **Extraction DB symlink**: route planner symlinked to extraction DB for unified path + ## Port Consistency (2026-05-23) - **Main** :8901 — `canteen-asset-tracker.service` (user systemd, boot-enabled, runs `start.sh` → uvicorn server:app) - **Admin** :8090 — `canteen-admin.service` (system systemd, boot-enabled, runs uvicorn admin_server:app)