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