From 278b0af6597b62f1f7fa1622983c82c82aa032f0 Mon Sep 17 00:00:00 2001 From: Patrick <50352812+Mueller-Patrick@users.noreply.github.com> Date: Sun, 6 Dec 2020 23:04:39 +0100 Subject: [PATCH] SAD should be mostly complete now --- Software-Architecture-Document-(SAD).md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Software-Architecture-Document-(SAD).md b/Software-Architecture-Document-(SAD).md index d0c77ed..d20ede5 100644 --- a/Software-Architecture-Document-(SAD).md +++ b/Software-Architecture-Document-(SAD).md @@ -56,7 +56,7 @@ This document contains the Architectural Representation, Goals and Constraints a as the Logical, Deployment, Implementation and Data Views. ## 2. Architectural Representation -![Architecture](TODO) +![Architecture](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/betterzon_stack.png) ## 3. Architectural Goals and Constraints The Frontend and the Backend are split up into different components. The web crawler which will be developed later will be an independent component as well. This ensures maximum maintainability and the option to switch one of these components to a different technology in the future without having to rewrite the whole application. @@ -80,10 +80,10 @@ TODO TODO ## 7. Deployment View -![Deployment View](TODO) +![Deployment View](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/Deployment_View.png) ## 9. Data View -![Database View](TODO) +![Database View](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/ERM.png) ## 10. Size and Performance n/a