From d161df609316a98f388acfc63bed84b40e50237f Mon Sep 17 00:00:00 2001 From: AlonsoA Date: Sun, 20 Feb 2022 14:32:47 +0100 Subject: [PATCH 1/3] pull de develop --- docs/01_introduction_and_goals.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/01_introduction_and_goals.adoc b/docs/01_introduction_and_goals.adoc index 7aba2ef..33483c4 100644 --- a/docs/01_introduction_and_goals.adoc +++ b/docs/01_introduction_and_goals.adoc @@ -13,7 +13,6 @@ Describes the relevant requirements and the driving forces that software archite === Requirements Overview [role="arc42help"] -**** The following diagram represents the functional requirements of the application... (Link here Use Case diagram). List of requirements: @@ -25,8 +24,6 @@ List of requirements: * The system will register the user's order and will proceed with the shipping. * The system will show the user a list of all its orders. -**** - === Quality Goals [role="arc42help"] From 64a6651bb24948bea1c86f6e0f0ffb926a9b9218 Mon Sep 17 00:00:00 2001 From: AlonsoA Date: Sun, 20 Feb 2022 15:35:21 +0100 Subject: [PATCH 2/3] Arreglo en el punto 1 y comienzo del punto 9 --- docs/09_design_decisions.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/09_design_decisions.adoc b/docs/09_design_decisions.adoc index 5536888..ecc8277 100644 --- a/docs/09_design_decisions.adoc +++ b/docs/09_design_decisions.adoc @@ -24,3 +24,20 @@ Various options: * more detailed in form of separate sections per decision * ADR (architecture decision record) for every important decision **** +=== MERN Stack usage + +Context:: + +We need a set of different technologies and frameworks that can work well together in order to build our project. + +Decision:: + +As we are restricted to use the link:02_architecture_constraints.adoc[React] framework, we might as well use these technologies (MongoDB, Express and Node.JS) knowing that there is a lot of information about them working together. + +Status:: + +Accepted. + +Consequences:: + +Having this much information about how to combine these technologies will help the team during the developement to create a much more robust application. \ No newline at end of file From ee1975db792bf856c9248eb3342a92bbd88ca073 Mon Sep 17 00:00:00 2001 From: AlonsoA-hub <60401630+AlonsoA-hub@users.noreply.github.com> Date: Mon, 21 Feb 2022 11:00:51 +0100 Subject: [PATCH 3/3] Update 09_design_decisions.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrección de errata --- docs/09_design_decisions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/09_design_decisions.adoc b/docs/09_design_decisions.adoc index ecc8277..3300cf5 100644 --- a/docs/09_design_decisions.adoc +++ b/docs/09_design_decisions.adoc @@ -40,4 +40,4 @@ Accepted. Consequences:: -Having this much information about how to combine these technologies will help the team during the developement to create a much more robust application. \ No newline at end of file +Having this much information about how to combine these technologies will help the team during the development to create a much more robust application.