Ruslan Bakiev 46c87c7caa Add coordinate-based nearest endpoints to geo API
- Add nearestHubs(lat, lon, radius, productUuid?) - hubs near coordinates
- Add nearestOffers(lat, lon, radius, productUuid?) - offers near coordinates
- Add nearestSuppliers(lat, lon, radius, productUuid?) - suppliers near coordinates
- Add routeToCoordinate(offerUuid, lat, lon) - route from offer to coordinates

These unified endpoints work with coordinates instead of UUIDs, simplifying
the frontend logic by removing the need for entity-specific queries like
GetProductsNearHub, GetHubsNearOffer, etc.
2026-01-25 17:10:32 +07:00
2026-01-07 09:45:26 +07:00
2026-01-07 09:17:51 +07:00
2026-01-07 09:17:51 +07:00
2026-01-07 09:17:51 +07:00
2026-01-07 09:17:51 +07:00
Description
Django geo backend
558 KiB
Languages
Python 98.9%
Shell 0.6%
Dockerfile 0.5%