Skip to content

Commit

Permalink
chore: Updated section 12 glossary
Browse files Browse the repository at this point in the history
Introduction of the terms from the section 9 to the glossary
  • Loading branch information
sergiorodriguezgarcia committed Feb 10, 2024
1 parent 37ccf79 commit 28ddc8f
Showing 1 changed file with 7 additions and 30 deletions.
37 changes: 7 additions & 30 deletions docs/src/12_glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,17 @@ 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
.Form
A table with columns <Term> and <Definition>.
Potentially more columns in case you need translations.
.Further Information
See https://docs.arc42.org/section-12/[Glossary] in the arc42 documentation.
****

[cols="e,2e" options="header"]
|===
|Term |Definition

|<Term-1>
|<definition-1>
|React
|An open-source JavaScript library for developing user interfaces. It can be used to develop web applications, and it has to be complemented with other libraries to develop full-fledged products.

|SpringBoot
|Java Spring Boot (Spring Boot) is a tool that makes developing web application and microservices with Spring Framework faster and easier through three core capabilities: Autoconfiguration, an opinionated approach to configuration, the ability to create standalone applications.

|<Term-2>
|<definition-2>
|PostgreSQL
|Object-relational database management system (ORDMBS), which means that it has relational capabilities and an object-oriented design
|===

0 comments on commit 28ddc8f

Please sign in to comment.