File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ The Refactor Platform is a coaching management system built with Rust (Axum back
35
35
### External Integrations
36
36
- ** TipTap** : Collaborative document editing service
37
37
- ** JWT** : Token generation and validation service
38
+ - ** MailerSend** : Transactional email service for notifications
38
39
39
40
## Data Flow Example
40
41
@@ -84,6 +85,7 @@ graph TB
84
85
%% External Services
85
86
TipTap[TipTap Gateway<br/>Document Collaboration]
86
87
JWT[JWT Service<br/>Token Generation]
88
+ MailerSend[MailerSend<br/>Email Service]
87
89
88
90
%% Request Flow
89
91
Client --> Nginx
@@ -135,6 +137,7 @@ graph TB
135
137
%% External Integrations
136
138
Domain --> TipTap
137
139
Domain --> JWT
140
+ Domain --> MailerSend
138
141
139
142
%% Styling
140
143
classDef external fill:#e1f5fe
You can’t perform that action at this time.
0 commit comments