X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Foverview.rst;h=7e128bccaff1d004db995f61e2e2a1a9951e22e3;hb=af912b9d02bbc118c72f31a5fcb794ec80ca4822;hp=ec14eb637f955f58085ff8ccf2214f0bd900247c;hpb=024d88d272f9b9923667b7670c9e3e4859cd34a8;p=portal%2Fnonrtric-controlpanel.git diff --git a/docs/overview.rst b/docs/overview.rst index ec14eb6..7e128bc 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -2,23 +2,27 @@ .. SPDX-License-Identifier: CC-BY-4.0 .. Copyright (C) 2020 Nordix -Control Panel Overview -====================== +Non-RT RIC Control Panel Overview +================================== The Non-RT RIC Control Panel is a graphical user interface that enables the user to manage the Policies in the -network. The Control Panel interacts with the Policy Agent via a REST API. +network and also view producers and jobs for the Enrichement coordinator service. + The Control Panel generates its GUI from JSON schemas in a model driven fashion. -The Control Panel consists of a back end implemented as a Java Spring Boot application and a fronted developed using the -Angular framework. +The Control Panel consists of a frontend and a gateway. Frontend is developed using the Angular framework. +The Gateway is a Spring Cloud Gateway that provides an API Gateway for all the Non-RT-RIC Components. + +.. note:: + It is fully supported in Firefox and Chrome. Minor issues in Safari. + Not supported in Microsoft Edge and IE. Control Panel architecture -------------------------- The architecture of the Control Panel is as shown on the following picture: -.. image:: ./images/architecture.png +.. image:: ./images/ControlPanel_architecture.png :scale: 50 % -The Control Panel itself is split into the backend and the frontend, and can be deployed following the instructions in -the README.md file in the repo. \ No newline at end of file +The Control Panel can be deployed following the instructions in the README.md file in the repo. \ No newline at end of file