NAM-APJATEL-BACKEND/model/dto
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
..
req feat: add backbone_code to Tower for road routing waypoints 2026-04-12 10:56:57 +07:00
res feat: add backbone_code to Tower for road routing waypoints 2026-04-12 10:56:57 +07:00
user_dto.go fixing validation for username and full name 2025-06-22 17:19:18 +07:00