summaryrefslogtreecommitdiff
path: root/docs/project_outline.tex
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2022-05-05 15:25:02 -0500
committerFivePixels <o5pxels@gmail.com>2022-05-05 15:25:02 -0500
commitc573605ac77b82068de0961a0309cdf07e4d7b65 (patch)
tree6572b69d33a065c0ead6ca11b41fdb79ce579b1f /docs/project_outline.tex
parent7e30a6ff972d0c7975b2f0a74849c36d1f47544f (diff)
downloadStrengthy-c573605ac77b82068de0961a0309cdf07e4d7b65.tar.xz
Strengthy-c573605ac77b82068de0961a0309cdf07e4d7b65.zip
Update document outline for implementation assignment
Diffstat (limited to 'docs/project_outline.tex')
-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}