This repository has been archived on 2023-02-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bachelor-thesis/documentation/thesis/content/10_project_management.tex
Severin Kaderli b147f24c64
Add project plan
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-09-25 16:15:45 +02:00

46 lines
1.6 KiB
TeX

\chapter{Project Management}
\section{Project Plan}
\begin{sidewaysfigure}
\begin{ganttchart}[
vgrid,
hgrid,
x unit=0.9cm,
y unit chart=0.6cm,
y unit title=0.6cm, % height of title line and gap
title height=1 % use full height for title, leaving no gap
]{1}{18}
\gantttitle{Project Plan}{18}
\\
\gantttitlelist{1,...,18}{1}
\\
\gantttitle{September}{2}
\gantttitle{October}{4}
\gantttitle{November}{5}
\gantttitle{December}{4}
\gantttitle{January}{3}
\\
\ganttbar{Create Project Plan}{1}{2} \\
\ganttbar{Research Other Solutions}{1}{2} \\
\ganttbar{Write Introduction}{2}{2} \\
\ganttbar{Define Use Cases \& Personas}{3}{3} \\
\ganttbar{Define Requirements}{3}{4} \\
\ganttbar{Plan Solution}{5}{6} \\
\ganttbar{Document Solution}{5}{6} \\
\ganttbar{Define Test Cases}{6}{6} \\
\ganttbar{Create Prototype for Sender}{7}{9} \\
\ganttbar{Create Prototype for Receiver}{8}{10} \\
\ganttbar{Testing}{11}{12} \\
\ganttbar{Benchmarking}{11}{12} \\
\ganttbar{Document Materials \& Methods}{13}{13} \\
\ganttbar{Document Future Work}{13}{13} \\
\ganttbar{Create Abstract}{14}{14} \\
\ganttbar{Create Poster}{14}{15} \\
\ganttbar{Create Movie}{16}{16} \\
\ganttbar{Finish Thesis Report}{16}{17} \\
\ganttbar{Prepare Presentations}{17}{18}
\end{ganttchart}
\caption{Project Plan}
\end{sidewaysfigure}