This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/api/beacons
John Mizerek 0bdf9d60b7 Fix beacon lookup to match by namespace (first 20 chars) instead of full UUID
This allows beacons to use any Eddystone-UID configuration where:
- Namespace (10 bytes) matches first 20 hex chars of shard UUID
- Instance bytes encode Major/Minor for business/service point lookup

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 17:08:33 -08:00
..
delete.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
get.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
getBusinessFromBeacon.cfm Complete DB column normalization: strip redundant table-name prefixes from all SQL queries 2026-01-31 20:03:40 -08:00
list.cfm Add sharding support to beacon list and assignments APIs 2026-02-08 12:34:49 -08:00
list_all.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
lookup.cfm Fix beacon lookup to match by namespace (first 20 chars) instead of full UUID 2026-02-14 17:08:33 -08:00
reassign_all.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
save.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00