forked from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
añadidos al punto 12 (glosario) de la documentación
- Loading branch information
Showing
1 changed file
with
20 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,34 @@ | ||
ifndef::imagesdir[:imagesdir: ../images] | ||
|
||
[[section-glossary]] | ||
== Glossary | ||
== Glosario | ||
|
||
[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 | ||
.Form | ||
[cols="e,2e" options="header"] | ||
|=== | ||
| Término | Definición | ||
|
||
A table with columns <Term> and <Definition>. | ||
| Arc42 | ||
| Conjunto de distintas pautas a seguir para la documentacion de un proceso de software | ||
|
||
Potentially more columns in case you need translations. | ||
| Docker | ||
| Plataforma de software que permite entre otras cosas desarrollar y probar aplicaciones en contenedores | ||
|
||
| React | ||
| Librería JavaScript de código abierto usada para construir interfaces | ||
|
||
.Further Information | ||
| Node.Js | ||
| De código abierto y basado en el motor V8 de Google. Es un entorno en tiempo de ejecución de JavaScript | ||
|
||
See https://docs.arc42.org/section-12/[Glossary] in the arc42 documentation. | ||
| Microservicios | ||
| Enfoque de arquitectura usado para desarrollar software de manera que se construyan aplicaciones de forma que estas se dividan en elementos pequeños e independientes entre si | ||
|
||
**** | ||
| MongoDB | ||
| Sistema de base de datos NoSQL que almacena los datos en formato BSON | ||
|
||
[cols="e,2e" options="header"] | ||
|=== | ||
|Term |Definition | ||
| BSON | ||
| (Binary JSON) Formato parecido a JSON de intercambio de datos comúnmente utilizado para trnasferir y almacenar datos en MongoDB | ||
|
||
|<Term-1> | ||
|<definition-1> | ||
| JSON | ||
| (JavaScript Object Notation) Formato de texto sencillo usado para el intercambio de datos | ||
|
||
|<Term-2> | ||
|<definition-2> | ||
|=== |