From 98e2a0098b4678f52d299216daaf06df5bdc3856 Mon Sep 17 00:00:00 2001 From: Yago Date: Mon, 12 Feb 2024 12:24:37 +0100 Subject: [PATCH 1/5] motivacion --- docs/src/07_deployment_view.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index 22b45c27..b56ba924 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -60,7 +60,7 @@ _****_ Motivation:: -__ +In the development stage the application will be running on each student’s machine. However, in the production stage the application will be running on a Docker environment hosted on Azure. Quality and/or Performance Features:: From e8928239055b3b1452d1006aa3cddd9d51ddf089 Mon Sep 17 00:00:00 2001 From: Yago Date: Tue, 13 Feb 2024 01:47:19 +0100 Subject: [PATCH 2/5] deployment view finished --- docs/src/07_deployment_view.adoc | 44 ++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index b56ba924..2e0e83e2 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -56,11 +56,30 @@ Describe (usually in a combination of diagrams, tables, and text): For multiple environments or alternative deployments please copy and adapt this section of arc42 for all relevant environments. **** -_****_ +[plantuml, "infrastructure-level1", png] +---- +node AzureServer{ + node DockerContainer { + component WebApp + } +} + +node UserDevice { + node WebBrowser { + component WebAppImage + } +} + +Actor User + + +WebApp -d-> WebAppImage : "shows on user device" +WebAppImage <-l- User +---- Motivation:: -In the development stage the application will be running on each student’s machine. However, in the production stage the application will be running on a Docker environment hosted on Azure. +In the development stage the application will be running on each developer machine using Docker containers. However, in the production stage the application will be running on a Docker environment hosted on Azure, which will be available 24 hours a day. Our goal is to learn how to use docker properly on a server open 24 hours a day. Quality and/or Performance Features:: @@ -81,14 +100,13 @@ Please copy the structure from level 1 for each selected element. ==== __ -__ - -==== __ - -__ - -... - -==== __ - -__ +[options="header",cols="1,3"] +|=== +| Element | Description + +| *_WebApp_* +| It is the frontend of our application. It runs the application. + +| *_Client Device_* +| It is the device of the user. Will show us the execution of the webapp. +|=== \ No newline at end of file From 97c7a1fda1da6fcc390ce8d615f9afd9acfe9666 Mon Sep 17 00:00:00 2001 From: Yago Date: Tue, 13 Feb 2024 01:53:35 +0100 Subject: [PATCH 3/5] fixed the Mapping of building blocks to infrastructure --- docs/src/07_deployment_view.adoc | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index 2e0e83e2..5837639d 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -86,7 +86,17 @@ Quality and/or Performance Features:: __ Mapping of Building Blocks to Infrastructure:: -__ + +[options="header",cols="1,3"] +|=== +| Element | Description + +| *_WebApp_* +| It is the frontend of our application. It runs the application. + +| *_Client Device_* +| It is the device of the user. Will show us the execution of the webapp. +|=== === Infrastructure Level 2 @@ -98,15 +108,4 @@ Here you can include the internal structure of (some) infrastructure elements fr Please copy the structure from level 1 for each selected element. **** -==== __ - -[options="header",cols="1,3"] -|=== -| Element | Description - -| *_WebApp_* -| It is the frontend of our application. It runs the application. - -| *_Client Device_* -| It is the device of the user. Will show us the execution of the webapp. -|=== \ No newline at end of file +==== __ \ No newline at end of file From 15189fec76811db026607e6602e1bd038d64bcab Mon Sep 17 00:00:00 2001 From: Yago Date: Tue, 13 Feb 2024 01:53:40 +0100 Subject: [PATCH 4/5] fixed the Mapping of building blocks to infrastructure --- docs/src/07_deployment_view.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index 5837639d..ddd3bafb 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -83,7 +83,7 @@ In the development stage the application will be running on each developer machi Quality and/or Performance Features:: -__ +We have not tested the application performance so we can't analyze it yet Mapping of Building Blocks to Infrastructure:: From e352736d25f198d1880beb2b1690650b994cebc5 Mon Sep 17 00:00:00 2001 From: Yago Date: Tue, 13 Feb 2024 01:54:54 +0100 Subject: [PATCH 5/5] removed Infrastructure Level 2 --- docs/src/07_deployment_view.adoc | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index ddd3bafb..39803293 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -96,16 +96,4 @@ Mapping of Building Blocks to Infrastructure:: | *_Client Device_* | It is the device of the user. Will show us the execution of the webapp. -|=== - - -=== Infrastructure Level 2 - -[role="arc42help"] -**** -Here you can include the internal structure of (some) infrastructure elements from level 1. - -Please copy the structure from level 1 for each selected element. -**** - -==== __ \ No newline at end of file +|=== \ No newline at end of file