mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-07-07 13:40:59 +02:00
feat(dissertation): add basics of pie chart for time spent on sections
This commit is contained in:
parent
df3d9fbe31
commit
456c7ede88
@ -0,0 +1,6 @@
|
||||
package io.anthonyberg.connector.shared.database
|
||||
|
||||
class ActionDatabase (driverFactory: DriverFactory) {
|
||||
private val database = Database(driverFactory.createDriver())
|
||||
private val dbQuery = database.actionQueries
|
||||
}
|
16
pub/dissertation/chapters/results.tex
Normal file
16
pub/dissertation/chapters/results.tex
Normal file
@ -0,0 +1,16 @@
|
||||
\documentclass[../dissertation.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\section{Time Spent}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
% TODO make it show how many hours were spent instead of percentages
|
||||
\begin{tikzpicture}
|
||||
\pie[text=legend]{70/Coding, 20/Research}
|
||||
\end{tikzpicture}
|
||||
% TODO improve wording for figure caption
|
||||
\caption{Time spent on ... \textbf{Improve wording}}
|
||||
\end{figure}
|
||||
|
||||
\end{document}
|
||||
|
Binary file not shown.
@ -23,6 +23,8 @@
|
||||
\usepackage{multirow}
|
||||
\usepackage{array}
|
||||
|
||||
\usepackage{pgf-pie}
|
||||
|
||||
% For referencing
|
||||
\usepackage[citestyle=ieee]{biblatex}
|
||||
\addbibresource{references.bib}
|
||||
@ -74,6 +76,7 @@ This is the acknowledgements.
|
||||
\subfile{chapters/design.tex}
|
||||
|
||||
\chapter{Results}
|
||||
\subfile{chapters/results.tex}
|
||||
|
||||
\chapter{Conclusion}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user