add modul description to 09_design_decisions.adoc
diff --git a/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc b/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
index 707279e..7ae0e27 100644
--- a/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
+++ b/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
@@ -28,5 +28,10 @@
 [options="header"]
 |========================================================
 |Date|Short|Description
-|2018-06-29|no use of bom.xml|A bom.xml is not needed as long no further modularization is needed for the backend modul. The pom.xml file is enough to describe the external used .jars.|
+|2018-06-20|Fontend - Backend - DB|At this point the module is splitted in 3 different projects. 
+- Frontend: Angular with cli build
+- Backend: Java with Maven build
+- Database
+Frontend and Backend have different components but at this point it would not much sencse to modulize them. (Diffenrent .jars, for example, would be more effort than benefit.) 
+|2018-06-29|no use of bom.xml|A bom.xml is not needed as long no further modularization is needed for the backend modul. The pom.xml file is enough to describe the external used .jars.
 |========================================================
\ No newline at end of file