Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross Cutting Concepts Documentation #92

Merged
merged 1 commit into from
Apr 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.