Skip to content

Commit 9043d55

Browse files
committed
Modified system architecture diagram to include the MailerSend integration
1 parent f2c0b2c commit 9043d55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/architecture/system_architecture_diagram.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The Refactor Platform is a coaching management system built with Rust (Axum back
3535
### External Integrations
3636
- **TipTap**: Collaborative document editing service
3737
- **JWT**: Token generation and validation service
38+
- **MailerSend**: Transactional email service for notifications
3839

3940
## Data Flow Example
4041

@@ -84,6 +85,7 @@ graph TB
8485
%% External Services
8586
TipTap[TipTap Gateway<br/>Document Collaboration]
8687
JWT[JWT Service<br/>Token Generation]
88+
MailerSend[MailerSend<br/>Email Service]
8789
8890
%% Request Flow
8991
Client --> Nginx
@@ -135,6 +137,7 @@ graph TB
135137
%% External Integrations
136138
Domain --> TipTap
137139
Domain --> JWT
140+
Domain --> MailerSend
138141
139142
%% Styling
140143
classDef external fill:#e1f5fe

0 commit comments

Comments
 (0)