File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,6 +228,25 @@ This API follows a **modular monolith** architecture with the following modules:
228228│ tournaments │ ArenaBR double-elimination tournament management │
229229└─────────────────────┴───────────────────────────────────────────────────────┘
230230```
231+ ### Architecture
232+
233+ This API follows a modular monolith architecture with the following modules:
234+
235+ - ` authentication ` - User authentication and authorization
236+ - ` dashboard ` - Dashboard statistics and metrics
237+ - ` players ` - Player management and statistics
238+ - ` scouting ` - Player scouting and talent discovery
239+ - ` analytics ` - Performance analytics and reporting
240+ - ` matches ` - Match data and statistics
241+ - ` schedules ` - Event and schedule management
242+ - ` vod_reviews ` - Video review and timestamp management
243+ - ` team_goals ` - Goal setting and tracking
244+ - ` riot_integration ` - Riot Games API integration
245+ - ` competitive ` - PandaScore integration, pro matches, draft analysis
246+ - ` scrims ` - Scrim management and opponent team tracking
247+ - ` strategy ` - Draft planning and tactical board system
248+ - ` support ` - Support ticket system with staff and FAQ management
249+
231250### Architecture Diagram
232251
233252``` mermaid
You can’t perform that action at this time.
0 commit comments