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 b8cf2ce150 Fix beacon sharding to support Major/Minor starting from 0
- allocate_business_namespace: Start Major from 0 (was 1)
- allocate_servicepoint_minor: Start Minor from 0 (was 1)
- register_beacon_hardware: Set BeaconMinor if empty instead of rejecting
- lookup: Allow Major=0 in validation (was LTE 0, now LT 0)
- servicepoints/save: Auto-allocate BeaconMinor on insert, include in response

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-09 13:43:32 -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 sharding to support Major/Minor starting from 0 2026-02-09 13:43:32 -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