NAM-APJATEL-BACKEND/utils
unknown 4461aff5c1 feat: add backbone_code to Tower for road routing waypoints
Towers can now be explicitly assigned to a backbone by setting
backbone_code. This field is included in create/update DTOs and
the response. The backbone OSRM routing merges these tower waypoints
with Closure waypoints, sorted by distance from OTB-start.

Run once on DB: ALTER TABLE towers ADD COLUMN backbone_code VARCHAR(255);

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 10:56:57 +07:00
..
common project init 2025-02-13 13:46:06 +07:00
helper feat: add backbone_code to Tower for road routing waypoints 2026-04-12 10:56:57 +07:00
migrations adding multiple images create and update also for the responses 2025-06-15 23:00:25 +07:00
service perf: skip geocoding on list endpoints, add in-memory cache 2026-04-11 12:19:52 +07:00
validation adding bandwidth and status on odp customer assigntment 2025-06-23 16:35:13 +07:00
insecure_http.go adding more complex response and more readable also adding some feature like rbac 2025-06-11 08:24:42 +07:00
utils.go Adding New Endpoint for register and user management 2025-06-19 13:10:45 +07:00