Commit Graph

4 Commits

Author SHA1 Message Date
1874c81db6 Fix: corregir errores de SQL en seed complejo - separar inserts y agregar STRICT
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m6s
2025-11-22 03:54:44 -06:00
a5df3159ca Feat: reemplazar emoji con icono en header y crear seed complejo con múltiples productores
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 17s
2025-11-22 03:43:52 -06:00
6f49b315cb Corregir script de seed: separar RETURNING en múltiples INSERT
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m3s
PostgreSQL no soporta RETURNING id INTO con múltiples variables cuando
se insertan múltiples filas. Separado en INSERT individuales.
2025-11-21 19:07:06 -06:00
ee3dffa38e Implementar sistema completo de trazabilidad de lotes
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 1m47s
- Agregar PostgreSQL 16 con esquema completo
- Crear API endpoints para lotes y operaciones
- Implementar UI con Nuxt UI (tablas, formularios, trazabilidad)
- Agregar datos de ejemplo del flujo completo
- Documentar sistema en PLAN_TRAZABILIDAD.md
2025-11-21 18:39:04 -06:00