summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/project_outline.tex9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/project_outline.tex b/docs/project_outline.tex
index b81f13c..7313ede 100644
--- a/docs/project_outline.tex
+++ b/docs/project_outline.tex
@@ -211,15 +211,6 @@ The web application will be developed in Python using the Flask framework. A dat
\item[Dependencies] None
\end{description}
-\subsection{Database Storage}
-\begin{description}
- \item[Description] The database needs to have the storage to handle around 8 tables with around 1 million rows, so that there is ample storage for workout recordings.
- \item[Rational] Active users will likely be recorded workouts every single day, so the database needs to be able to handle many rows.
- \item[Inputs] None
- \item[Outputs] None
- \item[Dependencies] None
-\end{description}
-
\subsection{Application Response Time}
\begin{description}
\item[Description] The application needs to be able to handle multiple users at once, reasonably around 100 concurrent users.