mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
add frontend
This commit is contained in:
parent
8b90ae4398
commit
777984a1fb
23
DIAGRAMS.md
23
DIAGRAMS.md
@ -159,6 +159,26 @@ Messaging is middleware. EnterpriseMessageBus is for any messaging handled betw
|
||||
Rel(autosync_c1, tracker_c1, "updates")
|
||||
```
|
||||
|
||||
## Front
|
||||
```mermaid
|
||||
C4Component
|
||||
title Component Diagram
|
||||
UpdateLayoutConfig($c4ShapeInRow="4", $c4BoundaryInRow="2")
|
||||
|
||||
Person(user, "User")
|
||||
|
||||
Container_Boundary(frontend, "frontend") {
|
||||
Component(frontend_c1, "kyoo_front", "typescript, node.js", "Static Content")
|
||||
}
|
||||
|
||||
Container_Boundary(backend, "back") {
|
||||
Component(backend_c2, "kyoo_back", "C#, .NET 8.0", "API Backend")
|
||||
}
|
||||
|
||||
Rel(frontend_c1, backend_c2, "ssr")
|
||||
Rel(user, frontend_c1, "")
|
||||
```
|
||||
|
||||
## Scanner
|
||||
```mermaid
|
||||
C4Component
|
||||
@ -181,9 +201,6 @@ Messaging is middleware. EnterpriseMessageBus is for any messaging handled betw
|
||||
ComponentQueue(emb_q2, "scanner.rescan", "RabbitMQ, Queue", "")
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Container_Boundary(content, "ContentDatabase") {
|
||||
Component_Ext(content_c1, "ContentProvider", "API", "tmdb or tvdb")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user