Skip to content

Commit

Permalink
Documentation-fix general fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276670 committed Mar 8, 2023
1 parent 91b2e2b commit e4ec38e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/03_system_scope_and_context.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ image:3-Context/TechnicalView.png["Technical context diagram"]

The frontend of the application is made with React, Redux and has a Map API wich provides the application with visual maps. The frontend will communicate with the Solid POD by means of a library that is not determined yet.

The Map will be used to search for an API and it will make HTTP requests. It will also communicate with the backend of the application using a technology that is not determined yet.
The Map will be used to search for an API and it will make HTTPS requests. It will also communicate with the backend of the application using a technology that is not determined yet.

The user will access the frontend of the application by using different devices such as a PC or a smartphone.
4 changes: 2 additions & 2 deletions docs/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This are the technologies that we have decided to use, some of them may vary in
=== Design decisions:
The general design of our project has two main parts, connected using a facade:

* Webapp (frontend): with views and connections to the SOLID pods and to the RestAPI facade
* RestAPI (backend): controls the acess to the database and works as a microservice
* Webapp (frontend): It has different views, it connects to the SOLID pods to acess user's data in an secure way, and it communicates with the backend using a facade
* RestAPI (backend): controls the acess to the database and communicates with the frontend using the facade


=== Quality decisions
Expand Down
2 changes: 1 addition & 1 deletion docs/07_deployment_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The "WebApp" block corresponds to the Static Provider Container, which provision
[plantuml, target=deployment-node-diagram, format=png]
....
frame Docker {
frame nodeCont as "node:10-alpine" {
frame nodeCont as "node" {
node RestApi {
}
Expand Down

0 comments on commit e4ec38e

Please sign in to comment.