erp-core-backend-v2/src/modules/projects
Adrian Flores Cortes 7a957a69c7 refactor: Consolidate duplicate services and normalize module structure
- Partners: Moved services to services/ directory, consolidated duplicates,
  kept singleton pattern version with ranking service
- Products: Moved service to services/, removed duplicate class-based version,
  kept singleton with deletedAt filtering
- Reports: Moved service to services/, kept raw SQL version for active controller
- Warehouses: Moved service to services/, removed duplicate class-based version,
  kept singleton with proper tenant isolation

All modules now follow consistent structure:
- services/*.service.ts for business logic
- services/index.ts for exports
- Controllers import from ./services/index.js

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 04:40:16 -06:00
..
__tests__ [TASK-010] test: Add projects integration and unit tests 2026-01-26 19:25:22 -06:00
dto [PROJECTS] feat: Add Timesheet entity and DTOs 2026-01-20 04:28:19 -06:00
entities [PROJECTS] feat: Add Timesheet entity and DTOs 2026-01-20 04:28:19 -06:00
services refactor: Consolidate duplicate services and normalize module structure 2026-02-03 04:40:16 -06:00
index.ts refactor: Consolidate duplicate services and normalize module structure 2026-02-03 04:40:16 -06:00
projects.controller.ts refactor: Consolidate duplicate services and normalize module structure 2026-02-03 04:40:16 -06:00
projects.routes.ts [RBAC-002] feat: Migrate all routes from requireRoles to requireAccess 2026-01-31 01:43:05 -06:00