From c573605ac77b82068de0961a0309cdf07e4d7b65 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Thu, 5 May 2022 15:25:02 -0500 Subject: Update document outline for implementation assignment --- docs/project_outline.tex | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docs/project_outline.tex') 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} -- cgit v1.2.3