From 03fa826b4595265dd61ea0ed76fd9d7d0da457e9 Mon Sep 17 00:00:00 2001 From: uo264915 Date: Sun, 25 Feb 2024 13:06:00 +0100 Subject: [PATCH 1/2] =?UTF-8?q?To=20complete=20[DOC]=20Apartado=2012=20de?= =?UTF-8?q?=20la=20documentaci=C3=B3n=20Arquisoft/wiq=5Fes2b#20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/12_glossary.adoc | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/src/12_glossary.adoc b/docs/src/12_glossary.adoc index 192b2353..2fecd0ad 100644 --- a/docs/src/12_glossary.adoc +++ b/docs/src/12_glossary.adoc @@ -3,40 +3,40 @@ ifndef::imagesdir[:imagesdir: ../images] [[section-glossary]] == Glossary -[role="arc42help"] -**** -.Contents -The most important domain and technical terms that your stakeholders use when discussing the system. - -You can also see the glossary as source for translations if you work in multi-language teams. - -.Motivation -You should clearly define your terms, so that all stakeholders - -* have an identical understanding of these terms -* do not use synonyms and homonyms +[cols="e,2e" options="header"] +|=== +|*Term* | *Definition* +| React +| JavaScript library that allows us to create interactive user interfaces in a simple way. It is based on components. -.Form +| Git +| Software version control system. -A table with columns and . +| GitHub +| Cloud-based service that hosts the aforementioned version control system. -Potentially more columns in case you need translations. +| Wikidata +| Website where the information is taken from +| Docker_ +| A tool that makes it easy to create, deploy and run applications using containers. -.Further Information +| MongoDB +| Open source, document-oriented database system. -See https://docs.arc42.org/section-12/[Glossary] in the arc42 documentation. +| JavaScript +| Interpreted programming language based on prototypes, imperative and dynamic. -**** +| CSS +| Cascading Style Sheets. Graphic programming language oriented to define the repesentation of a document. -[cols="e,2e" options="header"] -|=== -|Term |Definition +| Draw.io +| Free application for diagramming. -| -| +| Visual Studio Code +| Independent source code editor. -| -| +| Microsoft Azure +| Cloud computing platform created by Microsoft to build, test, deploy and manage applications and services using its data centers. |=== From 05b6171612d35d99cd7dab10b0b0594b7af4af33 Mon Sep 17 00:00:00 2001 From: coral2742 Date: Sun, 25 Feb 2024 22:59:12 +0100 Subject: [PATCH 2/2] =?UTF-8?q?:memo:=20Mejoras=20de=20la=20documentaci?= =?UTF-8?q?=C3=B3n=20parte=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...View.drawio.png => 07-DeploymentView.drawio.png} | Bin ....drawio.png => 07-DeploymentViewTest.drawio.png} | Bin docs/src/07_deployment_view.adoc | 6 ++---- 3 files changed, 2 insertions(+), 4 deletions(-) rename docs/images/{07-Deployment View.drawio.png => 07-DeploymentView.drawio.png} (100%) rename docs/images/{DeplymentViewTest.drawio.png => 07-DeploymentViewTest.drawio.png} (100%) diff --git a/docs/images/07-Deployment View.drawio.png b/docs/images/07-DeploymentView.drawio.png similarity index 100% rename from docs/images/07-Deployment View.drawio.png rename to docs/images/07-DeploymentView.drawio.png diff --git a/docs/images/DeplymentViewTest.drawio.png b/docs/images/07-DeploymentViewTest.drawio.png similarity index 100% rename from docs/images/DeplymentViewTest.drawio.png rename to docs/images/07-DeploymentViewTest.drawio.png diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index 4f5b056e..646a05f3 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -5,15 +5,13 @@ ifndef::imagesdir[:imagesdir: ../images] == Deployment View -[role="arc42help"] - === Infrastructure Level 1 -image::07-Deployment View.drawio.png[title="Deployment View"] +image::07-DeploymentView.drawio.png[title="Deployment View"] -image::07-Deployment ViewTest.drawio.png[title="Deployment View Test environment"] +image::07-DeploymentViewTest.drawio.png[title="Deployment View Test environment"] Motivation::