Backend de michangarrito - Workspace V2
Go to file
rckrdmrd 16e5713c60 feat(MCH-016): Implement delivery module for home delivery management
- Add DeliveryZone entity with radius/polygon zone types
- Add Delivery entity with status tracking and proof of delivery
- Implement DeliveryService with zone management and coverage check
- Add Haversine distance calculation for radius zones
- Add ray casting algorithm for polygon zone containment
- Create DeliveryController with REST endpoints
- Register DeliveryModule in app.module.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 03:42:34 -06:00
src feat(MCH-016): Implement delivery module for home delivery management 2026-01-18 03:42:34 -06:00
.dockerignore Migración desde michangarrito/backend - Estándar multi-repo v2 2026-01-16 08:12:07 -06:00
.env Sincronización completa desde michangarrito/apps/backend 2026-01-16 08:26:30 -06:00
Dockerfile Migración desde michangarrito/backend - Estándar multi-repo v2 2026-01-16 08:12:07 -06:00
nest-cli.json Migración desde michangarrito/backend - Estándar multi-repo v2 2026-01-16 08:12:07 -06:00
package-lock.json feat(notifications): Add notifications module (MCH-017) 2026-01-18 03:32:03 -06:00
package.json feat(notifications): Add notifications module (MCH-017) 2026-01-18 03:32:03 -06:00
tsconfig.json Migración desde michangarrito/backend - Estándar multi-repo v2 2026-01-16 08:12:07 -06:00