diff --git a/DesignUseCases.tex b/DesignUseCases.tex index 3b6bea9..66e06c6 100644 --- a/DesignUseCases.tex +++ b/DesignUseCases.tex @@ -65,13 +65,7 @@ application's activities.} \item[Pre-conditions]{None} -\item[Post-conditions] - -\begin{itemize} -\itemsep1pt\parskip0pt\parsep0pt -\item - {The user has an account registered with the system.} -\end{itemize} +\item[Post-conditions]{The user has an account registered with the system.} \item[Trigger]{The user wants to create an account.} @@ -1685,14 +1679,14 @@ to be reviewed} \subsection{[R3] Configure Account Notifications} \begin{description} -\item[Description]{The User shall be able to turn notifications on or off +\item[Description]{The user shall be able to turn notifications on or off at will} -\item[Desired Outcome]{The User shall only receive notifications at the -times that were specified} +\item[Desired Outcome]{The user shall only receive notifications at the +times that were specified.} \\ -\item[User Goals]{The User shall not be bothered needlessly or at -inconvenient times} +\item[User Goals]{The user shall not be bothered needlessly or at +inconvenient times.} \item[Primary Actor]{User (student)} @@ -1707,9 +1701,7 @@ inconvenient times} \begin{itemize} \itemsep1pt\parskip0pt\parsep0pt \item - {User has a verified account} -\item - {User is at application's home screen} + {The user has a verified account.} \end{itemize} \item[Post-conditions]{} @@ -1717,10 +1709,10 @@ inconvenient times} \begin{itemize} \itemsep1pt\parskip0pt\parsep0pt \item - {User only receive notifications at specified times} + {The user only receive notifications at specified times.} \end{itemize} -\item[Trigger]{User indicates that they want to change their notification +\item[Trigger]{The user indicates that they want to change their notification settings.} \item[Workflow] @@ -1728,17 +1720,17 @@ settings.} \begin{enumerate} \itemsep1pt\parskip0pt\parsep0pt \item - {User selects ``Account Settings'' button from a header.} + {The user selects ``Settings'' button from the navigation menu bar.} \item - {The Client displays a settings screen.} + {The frontend displays a settings screen.} \item - {User shall modify notifications and settings as seen fit.} + {The user shall modify notifications and settings as they see fit.} \item - {User shall click ``Save Settings'' button.} + {The user shall click ``Save Settings'' button.} \item - {Client shall display a message confirming the settings are saved.} + {The frontend shall display a message confirming the settings are saved.} \item - {System shall save notification settings to the user's attributes.} + {The backend shall save notification settings to the user's attributes.} \end{enumerate} \end{description} \end{document}