-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #403, as discussed by FLWG on 2024-05-02.
- Loading branch information
1 parent
d9c081d
commit d2a10cb
Showing
2 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,35 @@ | ||
|
||
// tag::DE[] | ||
[[LZ-03-05]] | ||
==== LZ 03-05 [ehemaliges LZ 1-06]: Zusammenhang zwischen Entwicklungsvorgehen und Softwarearchitektur erläutern können (R2) | ||
==== LZ 03-05 [ehemaliges LZ 1-06]: Zusammenhang zwischen Feedback-Schleifen und Risiko (R1, R2) | ||
|
||
* Softwarearchitekt:innen können den Einfluss von iterativem Vorgehen auf Architekturentscheidungen erläutern (hinsichtlich Risiken und Prognostizierbarkeit). | ||
* Sie müssen aufgrund inhärenter Unsicherheit oftmals iterativ arbeiten und entscheiden. | ||
Dabei müssen sie bei anderen Stakeholdern systematisch Rückmeldung einholen. | ||
* Softwarearchitekt:innen verstehen die Notwendigkeit von Iterationen, | ||
insbesondere bei unter Unsicherheit getroffenen Entscheidungen. (R1) | ||
* Softwarearchitekt:innen können den Einfluss von iterativem Vorgehen | ||
auf Architekturentscheidungen erläutern (hinsichtlich Risiken und | ||
Prognostizierbarkeit). (R1) | ||
* Softwarearchitekt:innen können inkrementell und iterativ arbeiten | ||
und entscheiden. (R2) | ||
* Softwarearchitekt:innen verstehen die Notwendigkeit von | ||
Rückmeldungen zu Entwurfsentscheidungen (R1) | ||
* Softwarearchitekt:innen können von anderen Stakeholdern systematisch | ||
Rückmeldung einholen. (R2) | ||
|
||
// end::DE[] | ||
|
||
// tag::EN[] | ||
[[LG-03-05]] | ||
==== LG 03-05 [previously LG 1-06]: Can Explain the Correlation between Development Approaches and Software Architecture (R2) | ||
|
||
* software architects are able to explain the influence of iterative approaches on architectural decisions (with regard to risks and predictability). | ||
* due to inherent uncertainty, software architects often have to work and make decisions iteratively. To do so, they have to systematically obtain feedback from other stakeholders. | ||
==== LG 03-05 [previously LG 1-06]: Correlation between Feedback Loops and Risks (R1, R2) | ||
|
||
* Software architects understand the necessity of iterations, | ||
especially when decision-making is affected by uncertainties. (R1) | ||
* Software architects are able to explain the influence of iterative | ||
approaches on architectural decisions (with regard to risks and | ||
predictability). (R1) | ||
* Software architects can work and make decisions incrementally and | ||
iteratively. (R1) | ||
* Software architects understand the necessity for feedback on design | ||
decisions. (R1) | ||
* Software architects can systematically obtain feedback from other | ||
stakeholders. (R2) | ||
// end::EN[] |