BP-208 add some more design decisions
diff --git a/oKBereitschaftsplanungBackend/src/main/asciidoc/arch/src/09_design_decisions.adoc b/oKBereitschaftsplanungBackend/src/main/asciidoc/arch/src/09_design_decisions.adoc
index 36fde17..b6d0734 100644
--- a/oKBereitschaftsplanungBackend/src/main/asciidoc/arch/src/09_design_decisions.adoc
+++ b/oKBereitschaftsplanungBackend/src/main/asciidoc/arch/src/09_design_decisions.adoc
@@ -67,4 +67,9 @@
|2019-01-17|Connection Pooling| We decided to ues connection pooling in the StandbyPlanning application. That allows use to reduce the time to establish connections to the database.
|2019-01-17|Integrity of planning data |The product owner and the team of developers decided to use database shadow tables. Theses tables saves copies of manipulated data rows. This mechanism works outside of the application directly in the database. There are no interfaces implemented between the shadow tables and the application. That design decision make sure that no-one from outside of the database, from the StandbyPlanning backend to the frontend, can change existing data in the history tables.
+
+|2019-01-29|BIRT as reporting framework | We decided to use BIRT as reporting framework, while the IP-Check for that library works on Eclipse. The alternative JASPER REPORTS has no valid IP-Check on Eclipse.
+
+|2019-01-29|Camunda BPM not working| Unfortunately we can not use the Camunda engine. While the IP-Check on Eclipse dose not work for that engine, we decided to dismount the Camunda engine on this project.
+
|========================================================
\ No newline at end of file
diff --git a/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/build.adoc b/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/build.adoc
index 6853bcc..f748d1f 100644
--- a/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/build.adoc
+++ b/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/build.adoc
@@ -16,7 +16,6 @@
This document describes how the modules for the "Standby Planning" application can be build.
== Front End (manual build) [[FrontEnd]]
-//TODO FE Build beschreiben.
The front end GIT repository is found at
----
https://git.eclipse.org/r/openk-usermodules/org.eclipse.openk-usermodules.standbyPlanning.frontend
diff --git a/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/code.adoc b/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/code.adoc
deleted file mode 100644
index 781ca94..0000000
--- a/oKBereitschaftsplanungBackend/src/main/asciidoc/howto/code.adoc
+++ /dev/null
@@ -1,14 +0,0 @@
-////
-******************************************************************************
-* Copyright © 2018 Mettenmeier GmbH.
-* All rights reserved. This program and the accompanying materials
-* are made available under the terms of the Eclipse Public License v1.0
-* which accompanies this distribution, and is available at
-*
-* http://www.eclipse.org/legal/epl-v10.html
-*
-******************************************************************************
-////
-= openKonsequenz "StandbyPlanning" - How to get started with coding
-:Date: 2018-06-29
-:Revision: 1
\ No newline at end of file