This commit is contained in:
Ismail Cadaroski 2017-05-11 20:18:53 +02:00
parent c55495e0e5
commit 1633fae1e1
2 changed files with 23 additions and 21 deletions

View File

@ -38,27 +38,28 @@ nachfrager:
\centering \centering
\caption{My caption} \caption{My caption}
\label{my-label} \label{my-label}
\begin{tabular}{llllll} \begin{tabular}{|l|l|l|l|l|l|}
Aktivität & Definition & Planung & Leistung & Differenz & Erklärung \\ \hline
Projekt Management & Doku & 10 & 1.5 & & \\ {\color[HTML]{C0C0C0} Aktivität} & {\color[HTML]{C0C0C0} Definition} & {\color[HTML]{C0C0C0} Planung} & {\color[HTML]{C0C0C0} Leistung} & {\color[HTML]{C0C0C0} Differenz} & {\color[HTML]{C0C0C0} Erklärung} \\ \hline
Dokumentation & Doku & & & & \\ {\color[HTML]{C0C0C0} Projekt Management} & Doku & 10 & 1.5 & & \\ \hline
Vision & Doku & & & & \\ {\color[HTML]{C0C0C0} Dokumentation} & Doku & & & & \\ \hline
User Stories & Doku & & & & \\ {\color[HTML]{C0C0C0} Vision} & Doku & & & & \\ \hline
RM erstellen & Doku & 3 & & & \\ {\color[HTML]{C0C0C0} User Stories} & Doku & & & & \\ \hline
ERM erstellen & Doku & & & & \\ {\color[HTML]{C0C0C0} RM erstellen} & Doku & 3 & & & \\ \hline
Testplan aufgebaut & Doku & & & & \\ {\color[HTML]{C0C0C0} ERM erstellen} & Doku & & & & \\ \hline
& & & & & \\ {\color[HTML]{C0C0C0} Testplan aufgebaut} & Doku & & & & \\ \hline
Anmeldung +Registration & Code & & & & \\ {\color[HTML]{C0C0C0} } & & & & & \\ \hline
Sektion prov. Mitglied & Code & & & & \\ {\color[HTML]{C0C0C0} Anmeldung +Registration} & Code & & & & \\ \hline
Sektion def. Mitglied & Code & & & & \\ {\color[HTML]{C0C0C0} Sektion prov. Mitglied} & Code & & & & \\ \hline
Pendenzen + Qualicheck & Code & & & & \\ {\color[HTML]{C0C0C0} Sektion def. Mitglied} & Code & & & & \\ \hline
Abrechnung der Einsätze & Code & & & & \\ {\color[HTML]{C0C0C0} Pendenzen + Qualicheck} & Code & & & & \\ \hline
Verwaltung Standorte/Termin & Code & & & & \\ {\color[HTML]{C0C0C0} Abrechnung der Einsätze} & Code & & & & \\ \hline
& & & & & \\ {\color[HTML]{C0C0C0} Verwaltung Standorte/Termin} & Code & & & & \\ \hline
Frontend erstellen & Code & & & & \\ {\color[HTML]{C0C0C0} } & & & & & \\ \hline
Testplan durchgeführt & Doku & & & & \\ {\color[HTML]{C0C0C0} Frontend erstellen} & Code & & & & \\ \hline
Total & & & & & \\ {\color[HTML]{C0C0C0} Testplan durchgeführt} & Doku & & & & \\ \hline
*Definition (Arbeit ist grundlegend in Dokumentation (Doku) der Lösung und erarbeiten des Codes (Code) der dazugehörigen Funktionen aufgebaut & & & & & {\color[HTML]{C0C0C0} Total} & & & & & \\ \hline
{\color[HTML]{FE996B} *Definition (Arbeit ist grundlegend in Dokumentation (Doku) der Lösung und erarbeiten des Codes (Code) der dazugehörigen Funktionen aufgebaut} & & & & & \\ \hline
\end{tabular} \end{tabular}
\end{table} \end{table}
%%% Local Variables: %%% Local Variables:

View File

@ -1,5 +1,6 @@
%Enable URL highlighting %Enable URL highlighting
\usepackage{hyperref} \usepackage{hyperref}
\usepackage[table,xcdraw]{xcolor}
\hypersetup{ \hypersetup{
colorlinks=true, colorlinks=true,
linkcolor=black, linkcolor=black,