NAM Apjatel Backendnya
Go to file
unknown 426d3b16f6 fix: read backbone_code from multipart form in tower controller
CreateTower and UpdateTower multipart handlers were building the DTO
without reading backbone_code from PostForm, so the field was always nil
even when the frontend sent it. Added c.PostForm("backbone_code") parsing
in both handlers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 18:11:58 +07:00
.gitea/workflows fixed 2025-02-25 09:41:15 +07:00
config adding condition for no auth and adding new cors statement 2025-06-18 15:07:28 +07:00
delivery fix: read backbone_code from multipart form in tower controller 2026-04-12 18:11:58 +07:00
deploy change docker image to more lightweight 2025-04-03 19:59:10 +07:00
manager adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
middleware adding cors https 2025-10-17 09:52:52 +07:00
model feat: add backbone_code to Tower for road routing waypoints 2026-04-12 10:56:57 +07:00
repository adding radiation odp search 2026-04-11 14:25:12 +07:00
test_data adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
uploads/towers adding trx operations and more complex features 2025-06-12 22:41:55 +07:00
usecase feat: add backbone_code to Tower for road routing waypoints 2026-04-12 10:56:57 +07:00
utils feat: add backbone_code to Tower for road routing waypoints 2026-04-12 10:56:57 +07:00
.dockerignore adding deployment 2025-02-17 16:18:31 +07:00
.gitignore adding gitignore 2025-07-15 09:10:24 +07:00
AGENTS.md fix the get method 2026-04-11 14:43:59 +07:00
API_ROUTES_CABLE_CONNECTIONS.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
BULK_IMAGES_QUICK_REF.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
BULK_OPERATIONS_COMPLETE_SUMMARY.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
BULK_OPERATIONS_GUIDE.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
BULK_OPERATIONS_QUICK_REF.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
BULK_OPERATIONS_SUMMARY.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
BULK_OPERATIONS_WITH_IMAGES_SUMMARY.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
CABLE_CONNECTIONS.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
DEVICE_BULK_IMAGES_GUIDE.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
DEVICE_BULK_OPERATIONS.md adding bulking for images, devices, and add cable connections logics 2025-10-10 17:14:16 +07:00
Dockerfile dockerfile test 2025-02-26 14:13:25 +07:00
Jenkinsfile fix the dev yaml file 2025-03-10 09:25:01 +07:00
dev-nam adding cors for cors issue 2025-06-16 03:08:10 +00:00
go.mod Adding New Endpoint for register and user management 2025-06-19 13:10:45 +07:00
go.sum Adding New Endpoint for register and user management 2025-06-19 13:10:45 +07:00
ini.txt add test file 2025-02-19 15:54:17 +00:00
main.go project init 2025-02-13 13:46:06 +07:00