Merge branch 'master' of ssh://git.eclipse.org:29418/openk-usermodules/org.eclipse.openk-usermodules.standbyPlanning.docu
diff --git a/oKBereitschaftsplanungDoku/arch/src/01_introduction_and_goals.adoc b/oKBereitschaftsplanungDoku/arch/src/01_introduction_and_goals.adoc
index c24a122..a696220 100644
--- a/oKBereitschaftsplanungDoku/arch/src/01_introduction_and_goals.adoc
+++ b/oKBereitschaftsplanungDoku/arch/src/01_introduction_and_goals.adoc
@@ -30,7 +30,7 @@
 |=========================================================
 |Role/Name|Contact|Expectations
 |Product Owner (represents the Distribution System Operators)|Oliver Frank, Heinrich Schubert|The software must fulfil their functional and nonfunctional Requirements.
-|Module Developer|Maximillian Ridder, Christoph Weber, Markus Wolf|All relevant business and technical information must be available for implementing the software.
+|Module Developer|Maximillian Ridder, Christoph Weber, Markus Wolf, Saverio Mancuso, Jan Gerste|All relevant business and technical information must be available for implementing the software.
 |External Reviewer (represents the AC/QC)|Thorsten Meyer|The software and the documentation is realized according the Quality and Architecture Handbook of openKONSEQUENZ.
 |External Reviewer (represents the Eclipse-Requirements)|Angelika  Wittek|The software is  licensed under the EPL 2.0. It must be validated that all requirements are fulfilled.
 |System Integrator|n.n.|A documentation for the integration of the module in the DSO specific environments must be available.
diff --git a/oKBereitschaftsplanungDoku/arch/src/02_architecture_constraints.adoc b/oKBereitschaftsplanungDoku/arch/src/02_architecture_constraints.adoc
index 57c4371..f2bc569 100644
--- a/oKBereitschaftsplanungDoku/arch/src/02_architecture_constraints.adoc
+++ b/oKBereitschaftsplanungDoku/arch/src/02_architecture_constraints.adoc
@@ -28,7 +28,7 @@
 * JUnit + Mockito
 
 |Programming Language Frontend
-a|* Angular 6.0.0 (Javascript, Typescript, HTML5, CSS3)
+a|* Angular 6.1.0 (Javascript, Typescript, HTML5, CSS3)
 * Bootstrap
 * According to oK-GUI-Styleguide
 
diff --git a/oKBereitschaftsplanungDoku/arch/src/05_building_block_view.adoc b/oKBereitschaftsplanungDoku/arch/src/05_building_block_view.adoc
index 9c3b5c4..1dbfe93 100644
--- a/oKBereitschaftsplanungDoku/arch/src/05_building_block_view.adoc
+++ b/oKBereitschaftsplanungDoku/arch/src/05_building_block_view.adoc
@@ -6,13 +6,16 @@
 
 === Frontend - Tier (spfe)
 //TODO Pruefe Architekturbeschreibung FE
-This component implements the presentation logic for the standby-planning-module using the Angular-TypeScript framework. The Frontend is a so called *Single Page Application* (SPA) because it behaves like a single HTML-page. The name of the war file is *spfe*.
+This component implements the presentation logic for the standby-planning-module using the Angular framework. The Frontend is a so called *Single Page Application* (SPA) because it behaves like a single HTML-page. The name of the war file is *spfe*.
 
-It divides the GridMeasureFE into three layers:
+Technical the frontend consists of the following building blocks:
 
-. *Components* - The components (Pages, Lists, Dialogs, Common Comp.) represent the presentation layer and the control layer. A component contains the control logic (.ts-file), an HTML-fragment as presentation description (.html-file) and a style definition (.css-file).
-. *Services* - The service component communicates with the interfaces of the backend via HTTP requests by using the model component.
-. *Model* - The model corresponds to the View-Model of the backend tier.
+
+. *Modules* - There is one Core Module which holds all the singleton assets of the application like login, authentication service, navbar,etc. The Shared Module keeps all the reuseable elements like general components, directives, etc. In addition to these two Modules there are several Feature Module which encapsulate one functional requirement each like masterdata-management, standby-planning or reports.
+
+. *Services* - Each Module has itÅ› own Services which are mostly used to make restcalls to the backends.
+
+. *Components* - In each Module you will find a component section which holds the different Components.
 .frontend_picture
 image:../images/ok_arch_frontend.png[ok_arch_frontend.png] 
 
@@ -45,7 +48,7 @@
 ==== Program Configuration
 
 ===== Frontend Configuration
-In Frontend tier we are environment files to configure the application.
+In Frontend tier there are environment files to configure the application.
 The files can be found in the frontend git under \src\environments.
 
 Example environment file: 
diff --git a/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc b/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
index a0416d0..11be663 100644
--- a/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
+++ b/oKBereitschaftsplanungDoku/arch/src/09_design_decisions.adoc
@@ -32,7 +32,7 @@
 - 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.) 
+Frontend and Backend have different components but at this point it would not make much sense to modulize them. (Diffenrent .jars, for example, would be more effort than benefit.) 
 |2018-05-29|Camunda BPM|Camunda BPM is used as BPMN engine to route processes.
 |2018-05-29|Tools and APIs|The technical constraints are documented in the 02_architecture_constraints.adoc and defined in the backend (spbe) pom.xml
 |2018-05-29|ng2-daterangepicker|The source code of the date picker openK prefered is not maintained since 10 month. The last change was an ugrade to angular 4. Because the Standby Planning module uses angular 6 we decide not to use this date picker.   
diff --git a/oKBereitschaftsplanungDoku/sp/fe/frontendGit.adoc b/oKBereitschaftsplanungDoku/sp/fe/frontendGit.adoc
index 710e5d8..708e60a 100644
--- a/oKBereitschaftsplanungDoku/sp/fe/frontendGit.adoc
+++ b/oKBereitschaftsplanungDoku/sp/fe/frontendGit.adoc
@@ -13,4 +13,6 @@
 :Date: 2018-06-29
 :Revision: 1
 
-The git repository for the frontend sources can be found here:	git@git-mm01:oKBereitschaftsplanungFrontend 
\ No newline at end of file
+The git repository for the frontend sources can be found here:
+
+http://git.eclipse.org/c/openk-usermodules/org.eclipse.openk-usermodules.standbyPlanning.frontend.git 
\ No newline at end of file