diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/images/e2e-service-detail.jpg | bin | 0 -> 145207 bytes | |||
-rw-r--r-- | docs/platform/images/lifecycle-manage.png | bin | 0 -> 326466 bytes | |||
-rw-r--r-- | docs/platform/images/package-manage.png | bin | 0 -> 209715 bytes | |||
-rw-r--r-- | docs/platform/images/usecaseui-architecture-customer.png | bin | 0 -> 610322 bytes | |||
-rw-r--r-- | docs/platform/images/usecaseui-architecture-homepage.png | bin | 0 -> 258760 bytes | |||
-rw-r--r-- | docs/platform/installation/user-guide/uui-guide.rst | 47 | ||||
-rw-r--r-- | docs/release-notes.rst | 44 |
7 files changed, 91 insertions, 0 deletions
diff --git a/docs/platform/images/e2e-service-detail.jpg b/docs/platform/images/e2e-service-detail.jpg Binary files differnew file mode 100644 index 00000000..a758e225 --- /dev/null +++ b/docs/platform/images/e2e-service-detail.jpg diff --git a/docs/platform/images/lifecycle-manage.png b/docs/platform/images/lifecycle-manage.png Binary files differnew file mode 100644 index 00000000..bfc2deb2 --- /dev/null +++ b/docs/platform/images/lifecycle-manage.png diff --git a/docs/platform/images/package-manage.png b/docs/platform/images/package-manage.png Binary files differnew file mode 100644 index 00000000..59f142b6 --- /dev/null +++ b/docs/platform/images/package-manage.png diff --git a/docs/platform/images/usecaseui-architecture-customer.png b/docs/platform/images/usecaseui-architecture-customer.png Binary files differnew file mode 100644 index 00000000..19c0ae56 --- /dev/null +++ b/docs/platform/images/usecaseui-architecture-customer.png diff --git a/docs/platform/images/usecaseui-architecture-homepage.png b/docs/platform/images/usecaseui-architecture-homepage.png Binary files differnew file mode 100644 index 00000000..2f23017c --- /dev/null +++ b/docs/platform/images/usecaseui-architecture-homepage.png diff --git a/docs/platform/installation/user-guide/uui-guide.rst b/docs/platform/installation/user-guide/uui-guide.rst index d0a7f644..998b17f6 100644 --- a/docs/platform/installation/user-guide/uui-guide.rst +++ b/docs/platform/installation/user-guide/uui-guide.rst @@ -26,3 +26,50 @@ Please open Usecase-UI dashboard page through your browser. http://${MSB_IP}:30280/iui/usecaseui/ +**4. Specific Pages Function** +============================== + +Usecase-UI project consists of 5 modules which are *Home*, *Cusomer*, *Monitor*, *Services* and *Network Topology*. + +*4.1. Home Module* + +|homepage| + +.. |homepage| image:: ../../images/usecaseui-architecture-homepage.png + :width: 5.97047in + :height: 3.63208in + +*Home* module is the entrance of the whole project. In this module, users can have a glimpse of the general infomation of specific modules. e.g. the **SERVICES** block shows the general statistic data of *Lifecycle management* module and the **PACKAGE** block shows the total numbers of NS, VNF and PNF which are shown in *Package Management* module. Also, the **ALARM** and **VM PERFORMANCE** block show the infomation of system alarm. If users need more, the ``View Details`` button will help. + +*4.2. Cusomer Module* + +|customer| + +.. |customer| image:: ../../images/usecaseui-architecture-customer.png + :width: 7.97047in + :height: 3.63208in + +*4.3. Monitor Module* + +*4.4. Services Module* + +This module consists of two parts. One is Lifecycle Management, the other is Package Management. + +* Lifecycle Management + +|lifecycle| + +.. |lifecycle| image:: ../../images/lifecycle-manage.png + :width: 7.97047in + :height: 3.63208in + +* Package Management + +|package| + +.. |package| image:: ../../images/package-manage.png + :width: 7.97047in + :height: 3.63208in + +*4.5. Network Topology Module* + diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 87e98ed2..d7fee01c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,50 @@ It provides self-service management GUI and monitor GUI for operators and end-us This project targets identifying all GUI requirements which operators and end-users need ONAP to support, coordinating GUI parts of each ONAP subsystem, filling the gaps for improving GUI functionalities for use cases. +Version: 2.0.2 +-------------- + +:Release Date: 2019-10-10 + +**New Features** + - Adaptive Pages : change the Home, Customer, Lifecycle Management and Package Management modules to adaptive pages that can be normally displayed in all screen sizes + - Mock Data Scheme : build mock data scheme to support the development and preview in local environment in case of lack of server environment + - Document Enhancement : enrich README.md to introduce the general situation and add CHANGELOG.md to record the commit messages + - Structure Optimization : restructure the project to increase the development efficiency and improve the performance + - Function Optimization : delete useless modules and simplify some apis to improve loading speed of the project + + +**Released Components** + - usecase-ui 2.0.2 + - usecase-ui-server 2.0.2 + +**Bug Fixes** + - Invalid Image Path : change the invalid image path in CSS and HTML files + - Error in Document : fix all errors in project document + +**Known Issues** + NA + +**Security Notes** + +Usecase-UI code has been formally scanned during build time using NexusIQ and all critical vulnerabilities have been addressed, +items that remain open have been assessed for risk and determined to be false positive. +The Usecase-UI open critical security vulnerabilities and their risk assessment have been documented as part of the project. + +**Quick Links** + - `Usecase-UI project page <https://wiki.onap.org/display/DW/Usecase+UI+Project>`_ + - `Passing Badge information for Usecase-UI <https://bestpractices.coreinfrastructure.org/en/projects/1759>`_ + - `Project Vulnerability Review Table for Usecase-UI <https://wiki.onap.org/pages/viewpage.action?pageId=51282547>`__ + +**Upgrade Notes** + NA + +**Deprecation Notes** + NA + +**Other** + NA + Version: 2.0.1 -------------- |