- 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>
5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
export * from './structures.controller';
|
|
export * from './ranks.controller';
|
|
export * from './nodes.controller';
|
|
export * from './commissions.controller';
|