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 2f35eb69eb Add beacon sharding support to lookup API
The lookup API now handles two formats:
1. Sharding: { "Beacons": [{ "UUID", "Major", "Minor" }] }
   Resolves via BeaconShards -> Businesses.BeaconMajor -> ServicePoints.BeaconMinor
2. Legacy: { "UUIDs": ["..."] }
   Resolves via old Beacons table

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 12:21:30 -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 Restore API performance tracking and fix perf dashboard 2026-01-30 17:04:12 -08:00
list_all.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
lookup.cfm Add beacon sharding support to lookup API 2026-02-08 12:21:30 -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