46c87c7caa501fd67d67ff865ed5b5ccc7e38f15
- 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.
Description
Django geo backend
Languages
Python
98.9%
Shell
0.6%
Dockerfile
0.5%