annotate development-case.tex @ 12:b1d215fc244c default tip

Added tag Abgabeversion for changeset fb6ee4e487da3edb2ad4f5634b3c5de8f60bc1fd
author meillo@marmaro.de
date Wed, 06 Feb 2008 11:06:53 +0100
parents fb6ee4e487da
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
1 % V. 1.0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
2 \documentclass[a4paper,12pt,titlepage,DIV12,parskip]{scrreprt}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
3 \setlength{\parskip}{3mm} %abstand abs\"{a}tze und listen
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
4 \usepackage{setspace}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
5 \usepackage[utf8]{inputenc}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
6 \usepackage{ngerman}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
7 \usepackage[pdftex]{graphicx}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
8 \usepackage[table]{xcolor}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
9 %\usepackage{SIunits}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
10 \usepackage{ragged2e,array}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
11 \usepackage{wrapfig}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
12 \usepackage[footnotesize]{caption2}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
13 \usepackage{supertabular}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
14 \usepackage{chngcntr}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
15 \usepackage{longtable}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
16 %\usepackage{lastpage}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
17 \usepackage{caption2}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
18 \usepackage[right]{eurosym}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
19 %\usepackage{float}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
20 \usepackage[ngerman]{varioref}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
21 %\usepackage{enumitem}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
22 \usepackage[colorlinks,linkcolor=black,urlcolor=blue,bookmarks,bookmarksopen,bookmarksnumbered]{hyperref}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
23
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
24 %PDF Infos
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
25 \pdfinfo{
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
26 /Title (development-case.tex)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
27 /Subject (Development Case)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
28 %/Creator (TeX / pdfTeX)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
29 %/Producer (Christoph Galler)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
30 /Author (markus schnalke)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
31 /CreationDate (D:20080113090000)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
32 /ModDate (D:20080113090000)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
33 }
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
34
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
35 %neues Kommando fuer Breitenangabe in der Tabelle mit vorgegebener Breite:
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
36 \newcommand{\preserveBackslash}[1]{\let\temp=\\#1\let\\=\temp}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
37 \newcolumntype{R}[1]{>{\preserveBackslash\RaggedLeft}p{#1}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
38 % Font Familie
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
39 \renewcommand{\familydefault}{\sfdefault}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
40 %\nofiles
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
41 % Fuer tabellenkopf
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
42 \newcommand{\hoehe}{\parbox[1pt][2em][c]{0cm}{}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
43
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
44 \definecolor{gray09}{gray}{0.9}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
45 \definecolor{gray07}{gray}{0.7}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
46
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
47 %Counternummerierung \"{a}ndern -> 1.1 2.1 3.1 etc.
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
48 \counterwithin{section}{chapter}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
49
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
50 % Name f\"{u}r autoref bei figure Umgebungen: Abbildung x.z
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
51 \renewcommand{\figureautorefname}{Abbildung}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
52 \renewcommand{\chapterautorefname}{Kapitel}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
53 \renewcommand{\sectionautorefname}{Unterkapitel}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
54 \renewcommand{\tableautorefname}{Tabelle}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
55
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
56
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
57 % Textkoerperhoehe
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
58 \setlength{\headsep}{0.6cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
59 \addtolength{\textheight}{0.9cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
60 \setlength{\footskip}{0.9cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
61
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
62 % Kopf- und Fu{\ss}zeile
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
63 \setlength{\headheight}{2cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
64 \usepackage[automark]{scrpage2}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
65 \automark[section]{section}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
66 \setheadwidth{15.8cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
67 \ihead{\headmark}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
68 \ihead{Development Case}
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
69 \chead{{\color{blue}\color{black}\rule[-10pt]{18.4cm}{0.1pt}\color{black}}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
70 \ohead{\headmark}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
71 \setfootwidth[-74pt]{18.3cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
72 \setfootsepline[foot]{.1pt}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
73 \ifoot{\hspace{2.6cm}\footnotesize Gruppe 2: Seminarverwaltungssystem (Topcased)}
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
74 \cfoot{}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
75 \ofoot{\footnotesize Seite \thepage} % ~von \pageref{LastPage}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
76 \renewcommand*{\chapterpagestyle}{scrheadings}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
77 \renewcommand*{\indexpagestyle}{scrheadings}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
78 \pagestyle{scrheadings}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
79
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
80 % Kapitel nicht zu tief beginnen
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
81 \renewcommand*\chapterheadstartvskip{\vspace*{0cm}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
82
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
83
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
84 \begin{document}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
85
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
86 %
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
87 % Titelei
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
88 %
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
89 \begin{titlepage}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
90 \vspace*{-0cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
91 {\hspace*{11cm}\includegraphics*[scale=0.5]{pictures/png/logo_hsu_klein}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
92 \begin{center}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
93 \vspace*{1.9cm}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
94 {\normalsize\textsc{Gruppe 2: Rui Gu, Wei Zhu, Veysel Imamoglu,
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
95 Dimitar Dimitrov, \\Karl Oppermann, Nathalie Hrycej, Markus Schnalke,
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
96 Christoph Galler}} \par
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
97 \vspace*{0.6cm}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
98 \large \textbf{Modellgetriebene Softwareentwicklung auf Basis von
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
99 TOPCASED am Beispiel eines Seminarverwaltungssystems} \par
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
100 \Huge \textbf{Development Case} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
101 \vspace*{0.8cm}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
102 {\Large{} \par
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
103 \vspace*{0.7cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
104 {\textsc{Ulm, \today}}} \par
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
105 \vspace*{4.5cm}
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
106 {\normalsize\textsc{Betreut durch: \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
107 Prof. Dr. Klaus Baer \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
108 Hochschule Ulm \\
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
109 Prittwitzstraße 10\\
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
110 89075 Ulm\\}}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
111 \end{center}
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
112 \vfill
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
113 \end{titlepage}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
114
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
115
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
116
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
117 \addsec{Version dieses Dokuments}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
118 \begin{tabular}{|p{1.5cm}|p{3.cm}|p{1.6cm}|p{2cm}|p{1.4cm}|p{4cm}|}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
119 \hline
7
1f955918cf53 lots of minor things; changed to english names
meillo@marmaro.de
parents: 6
diff changeset
120 \multicolumn{5}{|l}{\parbox[0pt][3.4em][l]{12cm}{\vspace{0.2cm}\large Dokument: \textbf{Development Case} \newline \emph{ Online-Seminarbuchungssystem}}} & \multicolumn{1}{r|}{\parbox[0pt][3.4em][r]{1.9cm}{\includegraphics*[scale=0.25]{pictures/png/logo_hsu}}} \\
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
121 \hline\hline
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
122 \hoehe{\textbf{Version}} & \textbf{Person} & \textbf{Aktion} & \textbf{Datum} & \textbf{Status} & \textbf{Kommentar} \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
123 \hline\hline
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
124 0.1 & Markus Schnalke & E & 2007-11-27 & O & Erste Version \\ \hline
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
125 0.2 & Markus Schnalke & AE & 2008-01-13 & O & Neue Struktur des Dokuments \\ \hline
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
126 0.4 & Markus Schnalke & AE & 2008-01-16 & A & Struktur überarbeitet \\ \hline
7
1f955918cf53 lots of minor things; changed to english names
meillo@marmaro.de
parents: 6
diff changeset
127 0.4.1 & Karl Oppermann & QS & 2008-01-17 & A & Allgemeines Review \\ \hline
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
128 0.5 & Markus Schnalke & AE & 2008-01-18 & A & Überarbeitung \\ \hline
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
129 0.5.1 & Veysel Imamoglu & QS & 2008-01-18 & A & Rechtschreibkorrektur \\ \hline
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
130 1.0 & Markus Schnalke & AB & 2008-01-22 & A & Finale Version für R3 \\ \hline
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
131 \end{tabular}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
132 {\footnotesize\vspace*{-0.1cm}Aktion: E – Erstellung; AE – \"{A}nderung; QS – Review; AB – Abnahme} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
133 {\footnotesize\vspace*{-0.4cm} Status: O – Offen; D – Diskussion; A – Akzeptiert}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
134 \clearpage
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
135
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
136 % Inhaltsverzeichnis
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
137 \setcounter{tocdepth}{3}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
138 %\renewcommand\contentsname{"Uberblick}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
139 \tableofcontents
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
140
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
141 \clearpage
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
142
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
143
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
144
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
145
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
146 % Content
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
147
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
148
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
149
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
150 \chapter{Einleitung}
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
151
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
152 \section{Zweck des Dokuments}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
153
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
154 Dieses Dokument beschreibt den Entwicklungsprozess nach dem wir in unserem Projekt vorgehen.
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
155
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
156
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
157 \section{Definitionen und Abkürzungen}
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
158
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
159 Die verwendeten Begriffe sind im Glossary erklärt. Bei Bedarf kann dort nachgeschlagen werden.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
160
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
161
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
162
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
163 \section{Verweise auf andere Artefakte}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
164
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
165 Der \textbf{Software Development Plan} ist an vielen Stellen mit diesem Dokument verknüpft.
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
166
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
167 %Zur Klärung der verwendeten Fachbegriffe kann im \textbf{Glossary} nachgeschlagen werden.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
168
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
169
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
170
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
171
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
172
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
173 %%%%%%%%%%%%%%
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
174 \chapter{Entwicklungsprozess}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
175
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
176 \section{Überblick}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
177
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
178 Wir werden unser Projekt nach dem \emph{Rational Unified Process}$^{\ddagger}$ (kurz RUP) entwickeln.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
179
7
1f955918cf53 lots of minor things; changed to english names
meillo@marmaro.de
parents: 6
diff changeset
180 Der RUP ist ein dynamischer und iterativer Entwicklungsprozess, der das Projekt in zwei Dimensionen (zeitlich und inhaltlich) betrachtet.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
181
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
182 An sich ist der RUP für große Projekte, mit vielen Mannjahren, ausgelegt. Für unser kleines Projekt (90 Manntage) ist er eher weniger gut geeignet. Wir haben uns trotzdem für den RUP entschieden, da wir ihn in der Vorlesung ``Softwaretechnik 1'' ausführlich behandelt hatten und wir dieses Theoriewissen nun in der Praxis anwenden wollen.
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
183
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
184 Wir haben diesen mächtigen und umfangreichen Prozess für unser kleines Projekt abgespeckt und angepasst. Wie unsere Adaptation des RUP genau aussieht, das beschreibt dieses Dokument.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
185
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
186
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
187 \section{Der Rational Unified Process auf einen Blick}
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
188
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
189 Natürlich kann man diesen umfassenden Entwicklungsprozess nicht in einem Bild komplett abbilden, jedoch zeigt die nachfolgende Grafik sehr schön, wie die Entwicklung im Bezug auf die zwei Dimensionen aussieht. Dieser Übersichtplan soll den Aufbau des Prozesses nochmal ins Gedächtnis rufen.
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
190
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
191 \begin{figure}[htb]
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
192 \centering
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
193 \includegraphics[width=9cm]{pictures/png/RationalUnifiedProcess.png}
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
194 \caption{Übersicht über einen Zyklus im RUP$^{\ddagger}$ }
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
195 \label{fig:rationalunifiedprocess}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
196 \end{figure}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
197
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
198
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
199
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
200
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
201
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
202
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
203
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
204
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
205 %%%%%%%%%%%%%%
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
206 \chapter{Zeitliche Dimension}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
207
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
208 \section{Anpassungen}
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
209
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
210 Wir führen in unserem Projekt drei Zyklen durch. Jeder der drei Zyklen wird circa fünf Wochen (30 Manntage) umfassen. An deren Ende wird jeweils ein Release stehen. (siehe \emph{Software Development Plan})
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
211
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
212 Die einzelnen Phasen in den Zyklen versuchen wir, so gut es geht, zu berücksichtigen. Es muss bedacht werden, dass bei uns pro Phase ganz grob nur etwa 4 Manntage (d.h. circa 4 Stunden pro Person) zur Verfügung stehen.
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
213
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
214 Iterationen innerhalb der Zyklen werden wir, auf Grund der kurzen Zyklen, komplett außen vor lassen.
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
215
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
216
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
217
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
218 Ein Beispiel um ein Gefühl für die Größenverhältnisse zu bekommen: Unsere 90 Manntage, entsprechen realistischerweise eher einer einzelnen Iteration, als den drei Zyklen, die wir für uns geplant haben.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
219
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
220 %Wir werden deshalb ein paar Ungenauigkeiten bei unserem Verhalten im Kauf nehmen; versuchen aber natürlich, uns möglichst nahe an die Leitlinie RUP zu halten.
7
1f955918cf53 lots of minor things; changed to english names
meillo@marmaro.de
parents: 6
diff changeset
221
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
222 %Wir finden es trotzdem wichtig, diesen Prozess zu wählen, weil die theoretischen Inhalte der Vorlesung ``Softwaretechnik 1'' sich erst durch ihre tatsächliche Anwendung im realen Projekt richtig verfestigen können.
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
223
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
224
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
225
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
226
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
227
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
228 \section{Konkrete Projektplanung}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
229
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
230 Die konkrete Planung der einzelnen Zyklen und ihrer Meilensteine finden sich im \emph{Software Development Plan}.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
231
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
232
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
233
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
234
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
235
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
236
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
237
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
238 %%%%%%%%%%%%%%%%%%%%
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
239 \chapter{Inhaltliche Dimension}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
240
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
241 In der zweiten Dimension wird festgelegt, \emph{wer} (Rolle), \emph{wie} (Aktivität), \emph{was} (Artefakt), \emph{wann} (Zeitpunkt) macht. Diese Elemente werden in Workflows vereint.
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
242
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
243 Hier beschreiben wir, wie wir die vorgegebenen Workflows des RUP anpassen.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
244
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
245
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
246
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
247 \section{Business Modeling}
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
248
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
249 \subsection*{Zweck}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
250 Gemeinsames Verständnis zwischen Entwicklern und Anwendern schaffen.
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
251
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
252 \subsection*{Anpassungen}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
253 Wir erstellen keinen Business Use Case, weil das Seminarsystem ein gestelltes, abgeschlossenes Szenario ist und nicht in bestehende Geschäftsabläufe eingebunden werden muss.
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
254
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
255 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
256 \begin{tabular}{p{4cm}p{10cm}}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
257 \rowcolor{gray09} Artefakt & \textbf{Glossary} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
258 \rowcolor{white} Rolle & Fachliches Team, Kunde \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
259 \rowcolor{gray09} Aktivität & erstellen gemeinsam \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
260 \rowcolor{white} Zeitpunkt & Inception, Ergänzungen jeder Zeit \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
261 \rowcolor{gray09} Review & Fachliches Team und Kunde durch gemeinsames Erstellen \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
262 \end{tabular}
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
263
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
264
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
265
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
266 \section{Requirements}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
267
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
268 \subsection*{Zweck}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
269 Ermitteln, was das System leisten soll. Die funktionalen Anforderungen erfassen.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
270
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
271 \subsection*{Anpassungen}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
272 Keine besonderen.
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
273
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
274 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
275 \begin{tabular}{p{4cm}p{10cm}}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
276 \rowcolor{gray09} Artefakt & \textbf{Vision} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
277 \rowcolor{white} Rolle & Fachliches Team, Kunde \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
278 \rowcolor{gray09} Aktivität & erarbeiten im Gespräch \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
279 \rowcolor{white} Zeitpunkt & Inception \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
280 \rowcolor{gray09} Review & Fachliches Team und Kunde durch gemeinsames Erarbeiten \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
281 & \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
282 \rowcolor{gray09} Artefakt & \textbf{Use Cases} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
283 \rowcolor{white} Rolle & Fachliches Team, Kunde \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
284 \rowcolor{gray09} Aktivität & erarbeiten im Gespräch \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
285 \rowcolor{white} Zeitpunkt & Inception und Elaboration \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
286 \rowcolor{gray09} Review & Fachliches Team und Kunde durch gemeinsames Erarbeiten \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
287 \end{tabular}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
288
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
289
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
290
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
291 \section{Analysis \& Design}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
292
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
293 \subsection*{Zweck}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
294 Aufbau und Technologie des Systems festlegen. Festlegung, wie das System realisiert wird.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
295
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
296 \subsection*{Anpassungen}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
297 Die Technologie und die Rahmenbedingungen der Umsetzung sind durch das Projekt vorgegeben und somit fix.
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
298
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
299 Zum jetzigen Zeitpunkt arbeiten wir uns vor allem in die neue Technologie ein. Unsere Softwarearchitektur ist bisher vor allem eine Vorarbeit für später.
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
300
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
301 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
302 \begin{tabular}{p{4cm}p{10cm}}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
303 \rowcolor{gray09} Artefakt & \textbf{Software Architecture Document} \\
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
304 \rowcolor{white} Rolle & Team ``Technische Architektur'' \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
305 \rowcolor{gray09} Aktivität & erstellt \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
306 \rowcolor{white} Zeitpunkt & Elaboration \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
307 \rowcolor{gray09} Review & Entwickler nach Änderungen \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
308 \end{tabular}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
309
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
310
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
311
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
312
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
313 \section{Implementation}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
314
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
315 \subsection*{Zweck}
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
316 Systemteile entwickeln und zusammenfügen. Komponententests.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
317
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
318 \subsection*{Anpassungen}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
319 Momentan besteht dieser Workflow in erster Line aus der Entwicklung von Prototypen jeder Art (Modelle, Templates, etc) um die Technologie zu erforschen.
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
320
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
321 Konkrete Artefakte werden bisher nicht erstellt, weil es zum jetzigen Stand nicht sinnvoll ist nach festen Plänen vorzugehen. Unser Kenntnisstand ändert sich sehr schnell und wir wollen flexibel reagieren können.
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
322
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
323 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
324 Keine definiert.
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
325 % \begin{tabular}{p{4cm}p{10cm}}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
326 % \rowcolor{gray09} Artefakt & \textbf{Glossary} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
327 % \rowcolor{white} Rolle & Fachliches Team, Kunde \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
328 % \rowcolor{gray09} Aktivität & erstellen gemeinsam \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
329 % \rowcolor{white} Zeitpunkt & Inception (ergänzend jeder Zeit) \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
330 % \rowcolor{gray09} Review & \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
331 % \end{tabular}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
332
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
333
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
334
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
335 \section{Testing}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
336
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
337 \subsection*{Zweck}
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
338 Test des Zusammenspiels der Komponenten. Funktionsweise des Systems gegen die Anforderungen prüfen.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
339
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
340 \subsection*{Anpassungen}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
341 Wir erkunden eine neue Technologie. Unser Ziel ist es, in kurzer Zeit möglichst viele Bereiche und Möglichkeiten zu erkunden. Tests bremsen die Entwicklungsgeschwindigkeit zugunsten von Qualität. Unser Hauptaugenmerk ist es voran zu kommen, nicht komplett fehlerfreie Ergebnisse zu liefern. Deshalb verzichten wir komplett auf Software-Tests. So können wir die dadurch verfügbaren Ressourcen an anderer Stelle effektiv nutzen. Sobald wir nicht mehr nur Prototypen erzeugen, werden wir natürlich Software-Tests einführen.
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
342
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
343 Alle Dokumente müssen von mindestens einer weiteren Person begutachtet werden. Die genauen Vorgaben stehen bei den Artefaktbeschreibungen in diesem Kapitel.
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
344
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
345 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
346 Keine definiert.
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
347 % \begin{tabular}{p{4cm}p{10cm}}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
348 % \rowcolor{gray09} Artefakt & \textbf{Dokument Reviews} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
349 % \rowcolor{white} Rolle & Beliebiger Mitarbeiter \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
350 % \rowcolor{gray09} Aktivität & prüfen gemeinsam das Dokument \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
351 % \rowcolor{white} Zeitpunkt & nachdem Dokument erstellt/geändert wurde \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
352 % \rowcolor{gray09} Review & \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
353 % \end{tabular}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
354
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
355
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
356
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
357
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
358 \section{Deployment}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
359
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
360 \subsection*{Zweck}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
361 Auslieferung des Systems an den Kunden und Inbetriebnahme.
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
362
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
363 \subsection*{Anpassungen}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
364 Solange wir keine lauffähigen Ergebnisse haben, vernachlässigen wir diesen Workflow. Wenn dies nicht mehr der Fall sein wird, muss eine Anleitung zur Inbetriebnahme des Programms erstellt werden. Ebenso muss dann der genaue Funktionsumfang des Systems beschrieben sein.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
365
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
366 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
367 \begin{tabular}{p{4cm}p{10cm}}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
368 \rowcolor{gray09} Artefakt & \textbf{Release Notes} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
369 \rowcolor{white} Rolle & Projektleiter, Entwickler \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
370 \rowcolor{gray09} Aktivität & sollen erstellen \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
371 \rowcolor{white} Zeitpunkt & Transition \\
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
372 \rowcolor{gray09} Review & anderer Entwickler vor der Auslieferung \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
373 \end{tabular}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
374
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
375
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
376
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
377
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
378
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
379 \section{Configuration \& Changemanagement}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
380
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
381 \subsection*{Zweck}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
382 Verwaltung der zum Projekt gehörenden Daten. Versionierung der Daten. Change-Request-Management.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
383
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
384 \subsection*{Anpassungen}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
385 Alle Daten müssen im zentralen Project Repository abgelegt werden.
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
386
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
387 Jeder Mitarbeiter darf an jeder Stelle des Projekts Änderungen durchführen.
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
388
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
389 Change-Requests werden nach dem vertraglich festgelegten Verfahren bearbeitet.
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
390
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
391 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
392 Keine definiert.
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
393
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
394
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
395
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
396
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
397 \section{Projectmanagement}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
398
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
399 \subsection*{Zweck}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
400 Planung des Projekts. Zwischen konkurrierenden Zielen vermitteln. Auf Risiken reagieren.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
401
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
402 \subsection*{Anpassungen}
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
403 Keine besonderen.
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
404
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
405 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
406 \begin{tabular}{p{4cm}p{10cm}}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
407 \rowcolor{gray09} Artefakt & \textbf{Software Development Plan} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
408 \rowcolor{white} Rolle & Projektleiter \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
409 \rowcolor{gray09} Aktivität & erstellt \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
410 \rowcolor{white} Zeitpunkt & Inception \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
411 \rowcolor{gray09} Review & Entwickler und Risikomanager nach Änderungen \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
412 & \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
413 \rowcolor{gray09} Artefakt & \textbf{Risk Management Plan} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
414 \rowcolor{white} Rolle & Riskmanager \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
415 \rowcolor{gray09} Aktivität & erstellt \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
416 \rowcolor{white} Zeitpunkt & Alle Phasen \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
417 \rowcolor{gray09} Review & Komplettes Team in Inception Phase \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
418 \end{tabular}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
419
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
420
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
421
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
422 \section{Environment}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
423
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
424 \subsection*{Zweck}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
425 Rahmenbedingungen schaffen. Bereitstellung von Hardware, Software und Know-How.
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
426
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
427 \subsection*{Anpassungen}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
428 Die Hochschule Ulm stellt uns ein Project Repository zur Verfügung.
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
429
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
430 Die offiziellen Kommunikationwege im Team sind das wöchentliche Teammeeting und die Projekt-Mailingliste.
8
5f939d777552 new titlepage; new content for workflows
meillo@marmaro.de
parents: 7
diff changeset
431
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
432 \subsection*{Artefakte}
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
433 \begin{tabular}{p{4cm}p{10cm}}
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
434 \rowcolor{gray09} Artefakt & \textbf{Development Case} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
435 \rowcolor{white} Rolle & Projektleiter \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
436 \rowcolor{gray09} Aktivität & erstellt \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
437 \rowcolor{white} Zeitpunkt & Inception \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
438 \rowcolor{gray09} Review & Komplettes Team in Inception Phase \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
439 & \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
440 \rowcolor{gray09} Artefakt & \textbf{Tutorials} \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
441 \rowcolor{white} Rolle & Toolspezialist \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
442 \rowcolor{gray09} Aktivität & kann erstellen \\
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
443 \rowcolor{white} Zeitpunkt & Alle Phasen \\
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
444 \rowcolor{gray09} Review & eine Person für die das Tutorial geschrieben wurde \\
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
445 \end{tabular}
4
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
446
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
447
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
448
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
449
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
450
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
451
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
452
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
453
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
454
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
455
a967aa02ee99 development case: everything in one file now
meillo@marmaro.de
parents: 3
diff changeset
456
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
457
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
458 \appendix
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
459 %\chapter{Glossar}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
460 \chapter{Quellen}
2
64246b8cbb50 added content for glossary; added info sources and links
meillo@marmaro.de
parents: 0
diff changeset
461 \begin{itemize}
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
462 \item Dokumentation zum \emph{Rational Unified Process} \\ (\texttt{http://www-306.ibm.com/software/awdtools/rup/})
11
fb6ee4e487da review by dad
meillo@marmaro.de
parents: 10
diff changeset
463 \item Skript von Herrn Prof. Dr. Baer zur Vorlesung \emph{Softwaretechnik 1} an der Hochschule Ulm
2
64246b8cbb50 added content for glossary; added info sources and links
meillo@marmaro.de
parents: 0
diff changeset
464 \item http://wikipedia.org
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
465 \item \emph{Rational Unified Process - Best Practices for Software Development Teams}
2
64246b8cbb50 added content for glossary; added info sources and links
meillo@marmaro.de
parents: 0
diff changeset
466 \end{itemize}
64246b8cbb50 added content for glossary; added info sources and links
meillo@marmaro.de
parents: 0
diff changeset
467
9
3bae83d50dc5 lots of changes ... restructuring
meillo@marmaro.de
parents: 8
diff changeset
468 $\ddagger{}$ The image \ref{fig:rationalunifiedprocess} is from the Rational Unified Process (software product) version 2003.06.12.01. This image and the names ``Rational Unified Process'' and ``RUP'' are copyright by Rational Software Corporation, now a division of IBM.
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
469
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
470
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
471
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
472 \end{document}
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
473
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
474
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
475
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
476
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
477 %%%%%%%% HowTo %%%%%%%%%%
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
478
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
479 % picture block
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
480 \begin{figure}[h]
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
481  \includegraphics[scale=0.65]{pictures/png/logistiksicht_v6}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
482  \caption{Logistiksicht für SAP}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
483  \label{fig:logistiksicht}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
484 \end{figure}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
485
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
486 % picture inline
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
487 \begin{wrapfigure}[11]{r}[0pt]{6.4cm}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
488  \centering %OPTIONAL
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
489  \includegraphics[scale=0.7]{pictures/png/werkdresden}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
490  \caption{OptiBoard Werk Dresden}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
491 \end{wrapfigure}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
492
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
493 % tabellen
10
06bd2953d319 lots of changes, mainly in the workflows
meillo@marmaro.de
parents: 9
diff changeset
494 \begin{table}[htb]
6
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
495 \centering
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
496 \begin{tabular}{p{4cm}|p{3cm}|p{3.3cm}}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
497  \rowcolor{gray07} \textbf{Teil} & \textbf{Menge} & \textbf{Einheit}\\
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
498  \hline
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
499  \rowcolor{white}  LED-Block          & 105 & Stück\\
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
500  \rowcolor{gray09} Feder              & 105 & Stück\\
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
501  \rowcolor{white}  Platine            & 1   & Stück\\
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
502  \rowcolor{gray09} Chip               & 1   & Stück\\
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
503  \rowcolor{white}  Kabel              & 1   & Stück\\
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
504  \rowcolor{gray09} Kunststoffgranulat & 350 & Gramm\\
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
505 \end{tabular}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
506 \caption{Mengenübersichtstückliste OptiBoard Pro}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
507 \label{tbl:mengenPro}
b9b93523dc05 a lot of content and restructuring and even more :-)
meillo@marmaro.de
parents: 4
diff changeset
508 \end{table}