summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/project_outline.tex13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/project_outline.tex b/docs/project_outline.tex
index a79ed33..4fe0239 100644
--- a/docs/project_outline.tex
+++ b/docs/project_outline.tex
@@ -216,10 +216,19 @@ The web application will be developed in Python using the Flask framework. A dat
\renewcommand{\section}[2]{}
\begin{thebibliography}{10}
\bigskip
-
-
\end{thebibliography}
\endgroup
+\section{Implementation}
+\subsection{Development Environment and Tools}
+\begin{description}
+ \item[Environment] For the project, Hayden was developing on Void Linux while Dylan was developing on Arch Linux. Both of our environments typically involved a web browser and the command line.
+ \item[Tools] For our tools, we both used the code editor Vim, each with plugins installed to ease development. For source control, we used Git and hosted the source on a VPS. Typically to locally develop and test the web application, we would use the 'flask run' command on the project to start a local instance of the Flask web app.
+\end{description}
+\subsection{Reused Components}
+
+\section{Testing}
+\subsection{Scenarios}
+\subsection{Results}
\end{document}