summaryrefslogtreecommitdiff
path: root/docs/project_outline.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/project_outline.tex')
-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