From 4378325b3916502a75c5a2d7c1673d18e37fb6e5 Mon Sep 17 00:00:00 2001 From: bobsmokee Date: Tue, 7 Nov 2023 10:32:37 +0100 Subject: [PATCH] Update Quality Demands --- src/main/asciidoc/developer_documentation.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/asciidoc/developer_documentation.adoc b/src/main/asciidoc/developer_documentation.adoc index 4ab74f9..f74aa4f 100644 --- a/src/main/asciidoc/developer_documentation.adoc +++ b/src/main/asciidoc/developer_documentation.adoc @@ -64,14 +64,14 @@ The first column lists the quality demands, while in the following columns an "x [options="header", cols="3h, ^1, ^1, ^1, ^1, ^1"] |=== |Quality Demand | 1 | 2 | 3 | 4 | 5 -|Functional Suitability | | x | | | -|Performance efficiency | | | | x | +|Functional Suitability | | | | | x +|Performance efficiency | x | | | | |Compatability | x | | | | -|Usability | | | | | x -|Reliability | | | x | | -|Security | | | | x | +|Usability | | | | x | +|Reliability | | | | x | +|Security | | x | | | |Maintainability | | | x | | -|Portability | | | x | | +|Portability | x | | | | |=== == Randbedingungen