Frontend de erp-construccion - Workspace V2
Go to file
Adrian Flores Cortes 676978146b feat(frontend): Add HSE API services module
Create API service layer for HSE (Health, Safety, Environment) module:
- incidentes.api.ts: Incidents management with stats and investigation workflow
- capacitaciones.api.ts: Training courses management
- inspecciones.api.ts: Inspections with findings tracking
- index.ts: Barrel exports

All services follow the established pattern from fraccionamientos.api.ts:
- TypeScript interfaces for entities, filters, and DTOs
- Paginated responses support
- Axios integration with automatic auth headers
- Complete CRUD operations aligned with backend endpoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 21:21:14 -06:00
mobile Migración desde erp-construccion/frontend - Estándar multi-repo v2 2026-01-16 08:11:18 -06:00
web feat(frontend): Add HSE API services module 2026-02-02 21:21:14 -06:00
.gitignore chore: Add .gitignore for clean repository 2026-01-20 07:31:38 -06:00
README.md Initial commit 2026-01-16 14:04:09 +00:00

erp-construccion-frontend-v2

Frontend de erp-construccion - Workspace V2