mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 06:24:12 +02:00
feat(dissertation): complete time spent section
This commit is contained in:
parent
e70db8c342
commit
2affc711c9
@ -162,13 +162,31 @@ Figma was very useful in implementations as
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\section{Time Spent}
|
\section{Time Spent}
|
||||||
\begin{figure}[h!]
|
\begin{itemize}
|
||||||
|
\item Time spent was recorded using Wakatime, other than time spent
|
||||||
|
researching, which had to be recorded manually, using Leantime
|
||||||
|
\item The time spent on GUI is also time spent on connecting other tools
|
||||||
|
such as the VDMJ wrapper, XPC, and the database
|
||||||
|
\end{itemize}
|
||||||
|
\begin{figure}[!htp]
|
||||||
\centering
|
\centering
|
||||||
% TODO make it show how many hours were spent instead of percentages
|
% TODO make it show how many hours were spent instead of percentages
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\pie[text=legend]{70/Coding, 20/Research}
|
\pie[sum=auto, text=legend]{%
|
||||||
|
40/GUI,
|
||||||
|
11.5/Database,
|
||||||
|
2/Unit Tests,
|
||||||
|
14.5/Configuring Connector,
|
||||||
|
15.5/Formal Modelling,
|
||||||
|
13/VDMJ Wrapper,
|
||||||
|
6/Packaging XPC,
|
||||||
|
32/Research%
|
||||||
|
}
|
||||||
|
% Used to make the 2 go to the outside of the pie chart
|
||||||
|
\pie[sum=134.5, hide number]{40/, 11.5/, 2/2}
|
||||||
|
\pie[sum=134.5]{40/, 11.5/}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\caption{Time spent on sections of project}
|
\caption{Time spent on sections of project (in hours)}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user