Skip to content

Commit

Permalink
Merge pull request #33 from Arquisoft/alonso
Browse files Browse the repository at this point in the history
Arreglo del punto 1 y hecho el punto 9
  • Loading branch information
AlonsoA-hub authored Feb 21, 2022
2 parents 9e623c1 + ee1975d commit 0c0127e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/01_introduction_and_goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"]
Expand Down
17 changes: 17 additions & 0 deletions docs/09_design_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 development to create a much more robust application.

0 comments on commit 0c0127e

Please sign in to comment.