Skip to content

Commit 733ac0e

Browse files
docs: auto-update architecture diagram [skip ci]
1 parent e2a6f3d commit 733ac0e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,33 @@ subgraph "Authentication Module"
6666
JWTService[JWT Service]
6767
UserModel[User Model]
6868
end
69+
subgraph "Analytics Module"
70+
AnalyticsController[Analytics Controller]
71+
end
72+
subgraph "Dashboard Module"
73+
DashboardController[Dashboard Controller]
74+
end
75+
subgraph "Matches Module"
76+
MatchesController[Matches Controller]
77+
end
78+
subgraph "Players Module"
79+
PlayersController[Players Controller]
80+
end
81+
subgraph "Riot_integration Module"
82+
Riot_integrationController[Riot_integration Controller]
83+
end
84+
subgraph "Schedules Module"
85+
SchedulesController[Schedules Controller]
86+
end
87+
subgraph "Scouting Module"
88+
ScoutingController[Scouting Controller]
89+
end
90+
subgraph "Team_goals Module"
91+
Team_goalsController[Team_goals Controller]
92+
end
93+
subgraph "Vod_reviews Module"
94+
Vod_reviewsController[Vod_reviews Controller]
95+
end
6996
subgraph "Dashboard Module"
7097
DashboardController[Dashboard Controller]
7198
DashStats[Statistics Service]

0 commit comments

Comments
 (0)