From: Dominik Mizyn Date: Thu, 19 Dec 2019 14:15:07 +0000 (+0100) Subject: Request flow in Portal-BE documentation X-Git-Tag: 3.2.0~58^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=commitdiff_plain;h=e244443529afff66a5c4c1419379ee910720af5f Request flow in Portal-BE documentation This patch provide request flow model inside portal-BE project. This patch also explain package organization in project and acces type to objects. Issue-ID: PORTAL-710 Change-Id: I2f74c000ac326c30b283bb893e92df1af4902fc1 Signed-off-by: Dominik Mizyn --- diff --git a/docs/tutorials/portal-BE/index.rst b/docs/tutorials/portal-BE/index.rst index 9ab7c1aa..b1b0be0c 100644 --- a/docs/tutorials/portal-BE/index.rst +++ b/docs/tutorials/portal-BE/index.rst @@ -11,4 +11,5 @@ Building ONAP Portal BE Applications :caption: Contents: setting-up + request-flow diff --git a/docs/tutorials/portal-BE/request-flow.rst b/docs/tutorials/portal-BE/request-flow.rst new file mode 100644 index 00000000..a186b013 --- /dev/null +++ b/docs/tutorials/portal-BE/request-flow.rst @@ -0,0 +1,4 @@ +Request flow in Portal-BE project +================================= + +.. image:: requestflow.jpeg diff --git a/docs/tutorials/portal-BE/requestflow.jpeg b/docs/tutorials/portal-BE/requestflow.jpeg new file mode 100644 index 00000000..10c2e127 Binary files /dev/null and b/docs/tutorials/portal-BE/requestflow.jpeg differ