fix: GPS only from real check-ins — never from seed/MSFS/Cantaloupe #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Policy Change: GPS data (latitude/longitude) must only come from field tech check-ins — never from seed import, MSFS sync, or Cantaloupe import.
Why: Address-derived geocoded GPS is wrong for Disney properties (front gate vs actual machine location). Real check-in GPS from the field is the only valid source.
Changes made:
canteen-seed-import/db_writer.py— FIELDS_NEVER_FROM_SEED + update mode skips GPScanteen-seed-import/sync.py— latitude/longitude set to Nonecanteen-admin-server/cantaloupe_sync.py— GPS excluded from UPDATE and INSERTcanteen-asset-tracker/docs/FIELD_MAP.md— documentedStatus: ✅ Committed across all 3 repos