Skip to content

Commit

Permalink
Add High Level Design
Browse files Browse the repository at this point in the history
  • Loading branch information
DBunthai committed Feb 9, 2024
1 parent 0a43f1b commit 7d05f8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions backend/pms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ curl --location 'http://localhost:8080/api/v1/emails/send' \

## IV. System Design

High Level Design

![PMS-High-Level-Design.png](design%2FPMS-High-Level-Design.png)

### 1. Token Issuance

<br>
Expand Down Expand Up @@ -190,20 +194,6 @@ curl --location 'http://localhost:8080/api/v1/emails/send' \
<br>

### 5. SMTP Service
![alt text](out/design/5_smtp/5_smtp.png)

<br>

Testing

```plantuml.server
@startuml
test -> hello: hi
@enduml
```
![SMTP Service](out/design/5_smtp/5_smtp.png)

```plantuml
@startuml
test -> hello: hi
@enduml
```
<br>
Binary file added backend/pms/design/PMS-High-Level-Design.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d05f8f

Please sign in to comment.