summaryrefslogtreecommitdiffstats
path: root/docs/platform/delivery.rst
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-11-15 16:38:31 +0800
committershentao <shentao@chinamobile.com>2017-11-15 16:38:39 +0800
commit6aba266b3cf20c8caa41fd246772ebc344051df8 (patch)
treea9d1326f6c79baa617c51b5fd7a04091ac272b0c /docs/platform/delivery.rst
parent2e29c8babdb01a46604f8fd356dc1aad563942e9 (diff)
Fix monitor display bugs
Change-Id: I14e0e35331049d480beed1fdf721df1bf81dd4ba Issue-Id: USECASEUI-54 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'docs/platform/delivery.rst')
-rw-r--r--docs/platform/delivery.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/platform/delivery.rst b/docs/platform/delivery.rst
index 2e359f20..30bf1d42 100644
--- a/docs/platform/delivery.rst
+++ b/docs/platform/delivery.rst
@@ -4,3 +4,9 @@
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.
+
+* 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.
+
+* Server Docker: This module provides APIs for usecase-ui inside. Lifecycle Management and alarm/performance data Management are implemented by this module.