Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

añadidos al punto 12 (glosario) de la documentación #24

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
|===