Skip to content

Commit

Permalink
Merge pull request #92 from Arquisoft/documentation-1.1-dana
Browse files Browse the repository at this point in the history
Cross Cutting Concepts Documentation corrected merged
  • Loading branch information
uo276670 authored Apr 9, 2023
2 parents 3be781f + ffc1a6c commit 4aa8c53
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions docs/08_concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,14 @@ on this list.
image:08-Crosscutting-Concepts-Structure-EN.png["Possible topics for crosscutting concepts"]
****


=== Domain model

image:UmlDiagram.png["Example UML Diagram"]



=== _<Concept 2>_

_<explanation>_

...

=== _<Concept n>_

_<explanation>_
=== _Security_
Security is extremely important as only authenticated users using a POD must be able to access
the map view as well as the other functionalities. All routes are protected, so they are not accessed
without this authentication.
The backend is also protected from unauthorized requests.

=== _Privacy_
Privacy is extremely important as data from the user's locations and friends must not be seen
or stored outside the PODS. In order to maintain this the RestAPI manages the communication with
the frontend saving only the nicknames of the users on a database and all sensitive information
on the PODs.

0 comments on commit 4aa8c53

Please sign in to comment.