Mercurial > docs > Development-Case
annotate development-case-content.tex @ 3:5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
author | meillo@marmaro.de |
---|---|
date | Mon, 14 Jan 2008 20:48:46 +0100 |
parents | 64246b8cbb50 |
children |
rev | line source |
---|---|
0 | 1 \chapter{Einleitung} |
2 | |
3 \section{Zweck} | |
4 | |
5 Dieses Dokument beschreibt den Entwicklungsprozess nach dem wir in unserem Projekt vorgehen. | |
6 | |
7 | |
8 \section{Definitionen und Abkürzungen} | |
9 | |
10 Die verwendeten Begriffe sind im Projekt-Glossar erklärt. Bei Bedarf kann dort nachgeschlagen werden. | |
11 | |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
12 \textbf{Workflow} |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
13 Aufeinander folgende Aktivitäten die ein messbares Ergebnis erzeugen. |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
14 %The sequence of activities performed in a business that produces a result of observable value to an individual actor of the business. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
15 |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
16 \textbf{Entwicklungsprozess} |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
17 Definiertes Vorgehensmodell zur Erstellung einer Software. Ein Entwicklungsprozess soll die Softwareentwicklung übersichtlicher gestalten und die Komplexität beherrscbar machen. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
18 |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
19 \textbf{Zyklus} |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
20 Ein kompletter Durchlauf der vier Phasen: Konzeption (Inception), Entwurf (Elaboration), Konstruktion (Construction) und Übergabe (Transition). |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
21 %One complete pass through the four phases: inception, elaboration, construction and transition. The span of time between the beginning of the inception phase and the end of the transition phase. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
22 |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
23 \textbf{Iteration} |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
24 Eine geplante Abfolge von Aktivitäten mit einem messbaren Ergebnis, die in einem Release enden (intern oder extern). |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
25 %A distinct sequence of activities with a base-lined plan and valuation criteria resulting in a release (internal or external). |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
26 |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
27 \textbf{Phase} |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
28 Die Zeit zwischen zwei bedeutenden Projekt-Meilensteinen. Während einer Phase werden, eine festgelegte Menge an Aufgaben bearbeitet, Artefakte erstellt und die Entscheidung gefällt, ob man in die nächste Phase einsteigt, oder nicht. |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
29 %The time between two major project milestones, during which a well-defined set of objectives is met, artifacts are completed, and decisions are made to move or not move into the next phase. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
30 |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
31 \textbf{RUP} |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
32 Der Rational Unified Process (RUP) ist ein objektorientiertes Vorgehensmodell zur Softwareentwicklung und ein kommerzielles Produkt der Firma Rational Software. Der RUP ist ein iterativer Entwicklungsprozess. |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
33 |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
34 |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
35 \textbf{Iterativer Entwicklungsprozess} |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
36 Ein Entwicklungsprozess, der in Iterationen unterteilt ist. Dies ermöglicht Flexibilität, Risiken werden frühzeitig erkannt und es wird berücksichtigt, dass sich Anforderungen während eines Projektes oftmals ändern. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
37 |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
38 \textbf{Manntag} |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
39 Ein Manntag ist die Menge an Arbeit, die eine Person durchschnittlich an einem Arbeitstag (8 Stunden) schafft. Man verwendet diesen Begriff, um Schätzungen für die Gesamtmenge an Arbeit für die Erledigung einer Aufgabe zu errechnen. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
40 |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
41 \textbf{Release} |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
42 %Die fertige und veröffentlichte Version einer Software wird als Release bezeichnet. |
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
43 %A subset of the end-product that is the object of evaluation at a major milestone. A release is a stable, executable version of product, together with any artifacts necessary to use this release, such as release notes or installation instructions. A release can be internal or external. An internal release is used only by the development organization, as part of a milestone, or for a demonstration to users or customers. An external release (or delivery) is delivered to end users. A release is not necessarily a complete product, but can just be one step along the way, with its usefulness measured only from an engineering perspective. Releases act as a forcing function that drives the development team to get closure at regular intervals, avoiding the "90\% done, 90\% remaining" syndrome. See also prototype, baseline. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
44 |
0 | 45 |
46 \section{Verweise} | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
53 %%%%%%%%%%%%%% |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
54 \chapter{Entwicklungsprozess} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
55 \section{Überblick} |
0 | 56 |
57 Wir werden unser Projekt nach dem Rational Unified Process (kurz RUP) entwickeln. | |
58 | |
59 Der RUP ist ein dynamischer und iterativer Entwicklungsprozess, der das Projekt in zwei Dimensionen betrachtet. | |
2
64246b8cbb50
added content for glossary; added info sources and links
meillo@marmaro.de
parents:
1
diff
changeset
|
60 Er ist ausführlich spezifiziert und umfangreich dokumentiert. (http://www-306.ibm.com/software/awdtools/rup/). |
0 | 61 |
62 An sich ist der RUP für große Projekte, mit vielen Mannjahren, ausgelegt. Wir haben uns trotzdem für den RUP entscheiden, da wir ihn in der Vorlesung Softwaretechnik 1 ausführlich behandelt hatten und wir dieses Theoriewissen nun in der Praxis anwenden wollen. | |
63 | |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
64 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
65 \section{Anpassungen} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
66 |
0 | 67 Es gilt also diesen mächtigen und umfangreichen Entwicklungsprozess für unser klares Projekt abzuspecken und anzupassen. Dies ist natürlich nicht ganz einfach, da unsere 85 Manntage realistischerweise eher einer einzelnen Iteration entsprechen, als den drei Zyklen, die wir für uns geplant haben. |
68 Wir werden deshalb ein paar Ungenauigkeiten bei unserem Verhalten im Kauf nehmen; versuchen aber natürlich, uns möglichst nah an die Leitlinie RUP zu halten. | |
69 | |
70 Wir werden drei Zyklen des Projekts durchführen. Insgesamt soll das Projekt sechs Zyklen umfassen, von denen die letzten drei Zyklen aber nur grob geplant werden. | |
71 Jeder Zyklus wird circa vier Wochen umfassen (18 Manntage). An dessen Ende ein Release steht. | |
72 Iterationen innerhalb der Zyklen werden wir, aufgrund der kurzen Zyklen, außen vor lassen. | |
73 | |
74 Die einzelnen Phasen (zweite Dimension) in den Zyklen versuchen wir, so gut es geht, zu berücksichtigen. | |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
75 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
76 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
77 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
78 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
79 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
80 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
81 \chapter{Projektplanung} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
82 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
83 siehe \emph{Projektplan} diesbezüglich |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
84 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
85 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
86 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
87 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
88 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
89 \chapter{Kern-Workflows} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
90 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
91 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
92 \subsection{Geschäftsprozessmodellierung} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
93 (Business Modeling) |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
94 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
95 Dokumentation der relevanten Geschäftsprozesse in Use Cases, mit dem Ziel eines gemeinsamen Verständnisses zwischen Entwicklern und Anwendern. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
96 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
97 \paragraph{Artefakte} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
98 \begin{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
99 \item Glossary |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
100 \item Use-Case |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
101 \item Use-Case Model |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
102 \item Vision |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
103 \end{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
104 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
105 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
106 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
107 \subsection{Anforderungen} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
108 (Requirements) |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
109 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
110 Ermitteln, was das System leisten soll. Die funktionalen Anforderungen sollen erfasst werden. |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
111 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
112 \paragraph{Artefakte} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
113 \begin{itemize} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
114 \item Use-Case |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
115 \item Use-Case Model |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
116 \item Vision |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
117 \end{itemize} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
118 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
119 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
120 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
121 \subsection{Analyse \& Design} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
122 (Analysis \& Design) |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
123 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
124 Aufbau und Technologie des Systems festlegen. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
125 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
126 \paragraph{Artefakte} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
127 \begin{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
128 \item Software Architecture Document |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
129 \end{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
130 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
131 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
132 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
133 \subsection{Implementierung} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
134 (Implementation) |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
135 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
136 Systemteile entwickeln und zusammenfügen. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
137 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
138 \paragraph{Artefakte} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
139 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
140 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
141 \subsection{Test} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
142 (Testing) |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
143 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
144 Funktionsweise des Systems gegen die Anforderungen prüfen. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
145 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
146 Da wir eine neue Technologie erkunden, macht Test keinen wirklichen Sinn. Unser Ziel ist es, in kurzer Zeit möglichst viele Bereiche und Möglichkeiten zu erkunden. Dabei würde Testing nur bremsen. Unser Hauptaugenmerk ist es vorran zu kommen, nicht komplett fehlerfreie Ergebnisse zu liefern, deshalb verzichten wir komplett auf diesen Workflow. |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
147 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
148 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
149 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
150 \subsection{Verteilung} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
151 (Deployment) |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
152 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
153 Auslieferung des Systems an den Kunden und Inbetriebnahme. Schulung der Benutzer. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
154 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
155 \paragraph{Artefakte} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
156 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
157 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
158 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
159 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
160 \section{Unterstützungs-Workflows} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
161 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
162 \subsection{Konfigurations- \& Änderungsmanagement} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
163 (Configuration \& Changemanagement) |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
164 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
165 Verwaltung der zum Projekt gehörenden Daten. Versionierung und Konsistenz. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
166 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
167 \paragraph{Artefakte} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
168 \begin{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
169 \item Project Repository |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
170 \end{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
171 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
172 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
173 \subsection{Projektmanagement} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
174 (Projectmanagement) |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
175 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
176 Zwischen konkurrierenden Zielen vermitteln. Auf Risiken reagieren. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
177 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
178 \paragraph{Artefakte} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
179 \begin{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
180 \item Software Development Plan |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
181 \item Iteration Plan % FIXME |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
182 \end{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
183 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
184 |
3
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
185 \subsection{Entwicklungsumgebung} |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
186 (Environment) |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
187 |
5084c6cb99f2
added short explanations to all workflows; german names for workflows, etc; minor stuff
meillo@marmaro.de
parents:
2
diff
changeset
|
188 Bereitstellung von Hardware, Software und Know-How. |
1
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
189 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
190 \paragraph{Artefakte} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
191 \begin{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
192 \item Development Case |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
193 \item Tools |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
194 \item User Interface Guidlines % FIXME |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
195 \end{itemize} |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
196 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
197 |
3b7bede36504
added real content structure; added first real content
meillo@marmaro.de
parents:
0
diff
changeset
|
198 |