Skip to content

Commit c71ba70

Browse files
Update DOCUMENT.md
1 parent edaba08 commit c71ba70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DOCUMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
## Model Service Controller Pattern
5-
### UML diagrams
5+
### Sequence diagrams
66
- **Client** sends a request to the **Controller**.
77
- The **Controller** forwards the request to the **Service** for business logic processing.
88
- **Service** requests data from the **Model**.
@@ -143,4 +143,4 @@ return assignTask;
143143
- **MinIO**: Employed for file storage, enabling scalable and high-performance object storage.
144144
- **WebSocket**: Used to establish a socket network, facilitating real-time communication between clients and the server.
145145
- **Bun**: Utilized for running TypeScript and executing unit tests, streamlining the development workflow.
146-
- **Docker**: Used for containerization and deployment, ensuring a consistent environment across development and production.
146+
- **Docker**: Used for containerization and deployment, ensuring a consistent environment across development and production.

0 commit comments

Comments
 (0)