diff --git a/doc/mainDocument/sections/02_organisation.tex b/doc/mainDocument/sections/02_organisation.tex index 941e0b1e11fa06cc4b25a479aaf50d9a0d6609f9..e578f024a6beeaed18706b06e75fdf6e7bf9cba1 100644 --- a/doc/mainDocument/sections/02_organisation.tex +++ b/doc/mainDocument/sections/02_organisation.tex @@ -101,11 +101,11 @@ Assystem % V Bild von Franz %\begin{comment} \begin{tikzpicture} - \node[draw,circle,fill=gray,text=white,label=right:{3. Ausbaustufen und Abnahmetests}] (AS) at (0,0) {}; - \node[draw,circle,fill=gray,text=white,label=right:{4. Use Cases}] (UC) at (1,-2) {}; + \node[draw,circle,fill=gray,text=white,label=right:{3. Zielvorstellungen/Ausbaustufen}] (AS) at (0,0) {}; + \node[draw,circle,fill=gray,text=white,label=right:{4. Use-Cases}] (UC) at (1,-2) {}; \node[draw,circle,fill=gray,text=white,label={[align=left, left]5. Architektur und\\Integrationstests}] (Architektur) at (2,-4) {}; \node[draw,circle,fill=gray,text=white,label=right:{6. Modulspezifikation}] (ModSpez) at (4,-8) {}; - \node[draw,circle,fill=gray,text=white,label=right:{7. Testauswertung, Integration}] (Test) at (6,-4) {}; + \node[draw,circle,fill=gray,text=white,label=right:{7. Testplan}] (Test) at (6,-4) {}; \node[draw,circle,fill=gray,text=white,label=right:{8. Auswertung}] (Auswertung) at (8,0) {}; \draw[->,draw=blue] (AS) to (UC);