Refactor code structure for improved readability and maintainability
This commit is contained in:
29
diagrams/frontend/frontend5.puml
Normal file
29
diagrams/frontend/frontend5.puml
Normal file
@@ -0,0 +1,29 @@
|
||||
@startuml
|
||||
|
||||
node "Client Browser" {
|
||||
[HTML/CSS/JS]
|
||||
[JQuery]
|
||||
[Chart.js]
|
||||
}
|
||||
|
||||
node "Backend API" {
|
||||
[RESTful Services]
|
||||
[Image Processing]
|
||||
[Video Generation]
|
||||
}
|
||||
|
||||
database "Filesystem Storage" {
|
||||
[Images]
|
||||
[Videos]
|
||||
}
|
||||
|
||||
node "Camera Controller" {
|
||||
[Capture Configuration]
|
||||
[Sensors (temp/humid)]
|
||||
}
|
||||
|
||||
[HTML/CSS/JS] -- [RESTful Services] : HTTP
|
||||
[RESTful Services] -- [Filesystem Storage]
|
||||
[RESTful Services] -- [Camera Controller]
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user