Skip to content

Commit

Permalink
Merge pull request #45 from Arquisoft/develop
Browse files Browse the repository at this point in the history
📝 Mejoras de la documentación parte 7
  • Loading branch information
UO285240 authored Feb 25, 2024
2 parents 8beada4 + 05b6171 commit a3b2940
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 29 deletions.
File renamed without changes
File renamed without changes
6 changes: 2 additions & 4 deletions docs/src/07_deployment_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
50 changes: 25 additions & 25 deletions docs/src/12_glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Term> and <Definition>.
| 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.

|<Term-1>
|<definition-1>
| Visual Studio Code
| Independent source code editor.

|<Term-2>
|<definition-2>
| Microsoft Azure
| Cloud computing platform created by Microsoft to build, test, deploy and manage applications and services using its data centers.
|===

0 comments on commit a3b2940

Please sign in to comment.