Add project plan

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-09-25 16:15:45 +02:00
parent 679d37ea9c
commit b147f24c64
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
3 changed files with 60 additions and 0 deletions

View file

@ -1 +1,46 @@
\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}

View file

@ -15,6 +15,9 @@
pdfusetitle,
]{hyperref}
\usepackage{pgfgantt}
\usepackage{rotating}
% https://tex.stackexchange.com/a/24827
\makeatletter
\def\input@path{{documentation/thesis/content}}