diff options
Diffstat (limited to 'docs/platform/delivery.rst')
-rw-r--r-- | docs/platform/delivery.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/platform/delivery.rst b/docs/platform/delivery.rst index 30bf1d42..2bbbce00 100644 --- a/docs/platform/delivery.rst +++ b/docs/platform/delivery.rst @@ -1,12 +1,13 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 -Delivery --------- +Usecase-UI Delivery +=================== -Describe how functions are packaged into run-time components. For some components a block diagram may be useful. -As mentioned in the architecture chapter, Usecase-UI mainly comprises two modules: the UI module and the Server module. +Usecase-UI mainly comprises two modules: Usecase UI and Usecase UI Server. -* UI Docker: The main GUI for LCM and Monitor functions are performed in this module. The module provides Lifecycle CRUD operation interfaces and system alarm/performance monitor. +* usecase-ui Docker Image : The main GUI for LCM and Monitor functions are performed in this module. +This part provides Lifecycle CRUD operation UI and alarm/performance monitor. -* Server Docker: This module provides APIs for usecase-ui inside. Lifecycle Management and alarm/performance data Management are implemented by this module. +* usecase-ui-server Docker Image : This part provides APIs and postgreSQL Database for usecase-ui inside. |