BP-137 / BP-148 add first design decisions including the bdwe whitepaper
diff --git a/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc b/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
index 94bc076..707279e 100644
--- a/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
+++ b/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
@@ -4,7 +4,27 @@
 
 All architecture decisions based on the Architecture Committee Handbook. There are no other deviations then the following.
 
-.Abbreviations and glossary terms
+=== BDEW Whitepaper "Anforderungen an sichere Steuerungs- und Telekommunikationssysteme "
+
+During the development of this module the whitepaper of the BDWE will be used as basis concept, but only for the given four aspects with the here given exclusions.
+
+.aspects from BDWE whitepaper
+[cols="4", options="header"]
+|========================================================
+|aspect|german|priority|description
+|integrity|Integrität|high|- Integrity testing of module specific configuration files will be checked on DEV and TEST system manualy before they will be deployed to PROD.
+
+- A crypted checksum for system-, config- and application files will not be implemented.
+
+- user information will be handled with the 'Auth & Auth' core module. Therefore there are no real user data sended in the module. Just the crypted bearer value.  
+|availability|Verfügbarkeit|normal|In the document the aspect availability is mostly described as a hardware based topic and has not really much to do with development of this module. The only point that fits is the patching situation. (p.12) But because of the normal priority a short downtime should be acceptable. A server start is recommended but not necessary. But the application contexts need to be undployed and deployed. Therefore a short downtime is needed.
+|intimacy|Vertraulichkeit|normal|At the moment there is no intimacy classifaction defined. The Standby Planning module uses user data for generation standby plans. All the data are stored in a local database with restricted access. The Module uses HTTP-Rest requests for getting the data to UI. Therefore restrictions can be set that only users with special roles can be granted access.
+|maintainability |Wartbarkeit|normal|- There is no defined maintainability contract at the moment.
+
+- The Standby Planning module is currently splittet into three components. Backend, Frontend and database. It uses moduls from openK like 'Auth & Auth' but has not other interaction to the module. So far there are no interfaces that should be called from other modules. 
+|========================================================
+
+.timetable of decissons
 [options="header"]
 |========================================================
 |Date|Short|Description