Skip to content

Commit

Permalink
añadidos al punto 12 (glosario) de la documentación
Browse files Browse the repository at this point in the history
  • Loading branch information
uo283055 authored Feb 14, 2024
1 parent d97c133 commit 0c66980
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 deletions docs/src/12_glossary.adoc
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>
|===

0 comments on commit 0c66980

Please sign in to comment.