summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2022-03-07 16:45:35 -0600
committerFivePixels <o5pxels@gmail.com>2022-03-07 16:45:35 -0600
commit04c0846859fa9c18ea4e6bd298fc3388d3da819b (patch)
tree5843d3fb81b35098a28ebfaeba56a7e05e74db60
parente035041e1a02332694bfa692f62217e58d9fada6 (diff)
downloadStrengthy-04c0846859fa9c18ea4e6bd298fc3388d3da819b.tar.xz
Strengthy-04c0846859fa9c18ea4e6bd298fc3388d3da819b.zip
Update spelling error, update rational for logged
in homepage
-rw-r--r--docs/project_outline.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/project_outline.tex b/docs/project_outline.tex
index ad94cc2..c822d12 100644
--- a/docs/project_outline.tex
+++ b/docs/project_outline.tex
@@ -106,7 +106,7 @@ The web application will be developed in Python using the Flask framework. A dat
\begin{description}
\item[Description] Users will be able to change their password.
\item[Rational] Allow users to use whichever password they want.
- \item[Inputs] USer inputs old and new password in a form.
+ \item[Inputs] User inputs old and new password in a form.
\item[Outputs] User's password is updated in the database.
\item[Dependencies] User will need to be logged in.
\end{description}
@@ -132,7 +132,7 @@ The web application will be developed in Python using the Flask framework. A dat
\subsection{Req. 6 - User Homepage}
\begin{description}
\item[Description] When a user is logged in, they will be presented with a homepage suggesting to create a goal, view predictions, view past records, and record a new workout.
- \item[Rational] New users need to learn what the application is, and why they might be interested in using it.
+ \item[Rational] Users need to be able to view their workouts and information.
\item[Inputs] Login State from User Account Management
\item[Outputs] A HTML Page as described above
\item[Dependencies] User will need to be logged in