From 3a75f7464399d525fbea7ec748778c1292975ef2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 10 Aug 2017 08:42:51 -0700 Subject: [PATCH] move SQL design earlier --- debbugs.Rnw | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/debbugs.Rnw b/debbugs.Rnw index 6fd3082..fc73403 100644 --- a/debbugs.Rnw +++ b/debbugs.Rnw @@ -301,17 +301,11 @@ print(ggplot(rc.bugs.long[date > \end{center} \end{frame} -\section{Database Ho!} +\section{New Features} -\subsection{Overall Database Design} +\subsection{Database} -\begin{frame}{Overall Database Design} - \begin{center} - \input{debbugs_layout_db} - \end{center} -\end{frame} - -\subsection{Perl Database Infrastucture} +\subsubsection{Perl Database Infrastucture} \begin{frame}{Perl Database Infrastructure} \begin{itemize} \item DBIx::Class @@ -322,23 +316,7 @@ print(ggplot(rc.bugs.long[date > \end{frame} -\subsection{SQL Design} -\begin{frame}{SQL Schema} - \includegraphics[width=\textwidth,keepaspectratio]{figures/schema.png} - \begin{itemize} - \item Current Debbugs SQL Schema - \end{itemize} -\end{frame} - -\subsubsection{dak SQL Design} -\begin{frame}{dak SQL Schema} - \includegraphics[width=\textwidth,keepaspectratio]{figures/dak_schema.png} - \begin{itemize} - \item Inspiration taken from dak SQL Schema where appropriate - \end{itemize} -\end{frame} - -\subsection{SQL Loading} +\subsubsection{SQL Loading} \begin{frame}[fragile]{SQL Loading} % SQL loading \begin{itemize} -- 2.39.2