Commit Graph

12 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 7259cd1393 adding for towerID response and request 2025-06-24 15:11:42 +07:00
areeqakbr 8edbdfaa56 dev_id can null for internal towers 2025-06-19 19:39:53 +07:00
areeqakbr df082319f2 adding multiple images create and update also for the responses 2025-06-15 23:00:25 +07:00
areeqakbr ece05cee18 adding more response for port assignments 2025-06-14 15:30:04 +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 bc6e1f7398 adding additional responses for geocoding 2025-03-27 10:05:45 +07:00
areeqakbr 90d5f4f04a adding new responses and caching for geocoding 2025-03-27 01:25:54 +07:00
areeqakbr 54d191dcb4 [FEATURE] adding update and fixing on get by id 2025-02-14 15:27:01 +07:00
areeqakbr adf2d1f379 adding get by id 2025-02-13 15:47:01 +07:00
areeqakbr b79701e87c project init 2025-02-13 13:46:06 +07:00