Sprint 1 - S1-T03: Pagina de Catalogo de Obras New features: - Avances de Obra page: work progress tracking with workflow (pending -> captured -> reviewed -> approved/rejected) - Bitacora de Obra page: daily work log with timeline view - Progress API services (avances-obra.api.ts, bitacora-obra.api.ts) - React Query hooks (useProgress.ts) with 18 hooks total - Navigation section "Control de Obra" in sidebar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
export * from './useConstruccion';
|
|
export * from './usePresupuestos';
|
|
export * from './useReports';
|
|
export * from './useBidding';
|
|
export * from './useHSE';
|
|
export * from './useProgress';
|