Commit Graph

6 Commits

Author SHA1 Message Date
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
areeqakbr caee765b8b adding nearest device for towers 2025-06-18 16:42:03 +07:00
areeqakbr df082319f2 adding multiple images create and update also for the responses 2025-06-15 23:00:25 +07:00
areeqakbr 751461bc34 adding trx operations and more complex features 2025-06-12 22:41:55 +07:00
areeqakbr d5f611e390 adding more complex response and more readable also adding some feature like rbac 2025-06-11 08:24:42 +07:00
areeqakbr b79701e87c project init 2025-02-13 13:46:06 +07:00