Files
dh-inspeccion-v2/docs/PHASE_F6_12_MAP_SMTP_FIXES.md
T
admin cab9cd7c01
DH V2 CI / API · typecheck, tests, build (push) Successful in 38s
Production dependency audit / API · production dependencies (push) Successful in 9s
Production dependency audit / WEB · production dependencies (push) Successful in 8s
DH V2 CI / WEB · typecheck, build (push) Successful in 1m36s
DH V2 CI / Docker / migrations / production images (push) Successful in 1m45s
DH V2 CI / Promote verified main to deploy (push) Successful in 3s
Android CI / RC / Android · lint, tests, debug APK, release compile (push) Successful in 4m5s
fix: restore map geometries and SMTP configuration
2026-09-15 23:58:49 -03:00

732 B

F6.12 · Geometrías y correo SMTP

  • Corrige el contrato GeoJSON entre PostGIS, WEB y MapLibre: Point, LineString y Polygon se usan para render; POINT, LINESTRING y POLYGON quedan como tipos técnicos al persistir.
  • El editor de geometrías vuelve a cargar correctamente geometrías existentes y conserva el tipo técnico separado del GeoJSON.
  • La vista general del mapa vuelve a calcular bounds sobre GeoJSON real.
  • El SMTP administrable requiere una clave maestra AES-256-GCM persistente; si falta o es inválida, el API devuelve un error de configuración explícito en vez de un 500 genérico.
  • El rol Administrador recibe inspection_reports.generate, coherente con su definición de administración total.