Add May 28 overhaul: MSFS data import, lookup-only Find tab, OSRM nav

2026-05-28 21:58:33 -04:00
parent 45a2c0a8fa
commit c54f7ec1f1
+9
@@ -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)