template-saas-backend-v2/src/modules/mlm/controllers/index.ts
Adrian Flores Cortes c683ab0353 [SAAS-021] feat: Implement MLM module backend
- 6 entities: structure, rank, node, commission, bonus, rank_history
- 4 DTOs with validation
- 4 services with tree operations (LTREE path queries)
- 4 controllers with full CRUD
- Commission calculation and rank evaluation logic
- My network endpoints for user dashboard

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 06:48:44 -06:00

5 lines
155 B
TypeScript

export * from './structures.controller';
export * from './ranks.controller';
export * from './nodes.controller';
export * from './commissions.controller';