From b74f1453b2c309b7395b909762a3d3543dab6406 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Tue, 11 Jun 2019 15:35:08 +0800 Subject: add usecase-ui user guide Change-Id: I97155072f9cf212ce6a2155bd07a6c57546222e5 Issue-ID: USECASEUI-194 Signed-off-by: guochuyicmri --- docs/platform/delivery.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/platform/delivery.rst') 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. -- cgit 1.2.3-korg