Compare View
Commits (2)
Diff
Showing 1 changed file Side-by-side Diff
DesignUseCases.tex
View file @
d4644ca
... | ... | @@ -65,13 +65,7 @@ application's activities.} |
65 | 65 | |
66 | 66 | \item[Pre-conditions]{None} |
67 | 67 | |
68 | -\item[Post-conditions] | |
69 | - | |
70 | -\begin{itemize} | |
71 | -\itemsep1pt\parskip0pt\parsep0pt | |
72 | -\item | |
73 | - {The user has an account registered with the system.} | |
74 | -\end{itemize} | |
68 | +\item[Post-conditions]{The user has an account registered with the system.} | |
75 | 69 | |
76 | 70 | \item[Trigger]{The user wants to create an account.} |
77 | 71 | |
... | ... | @@ -1669,14 +1663,14 @@ to be reviewed} |
1669 | 1663 | |
1670 | 1664 | \subsection{[R3] Configure Account Notifications} |
1671 | 1665 | \begin{description} |
1672 | -\item[Description]{The User shall be able to turn notifications on or off | |
1666 | +\item[Description]{The user shall be able to turn notifications on or off | |
1673 | 1667 | at will} |
1674 | 1668 | |
1675 | -\item[Desired Outcome]{The User shall only receive notifications at the | |
1676 | -times that were specified} | |
1669 | +\item[Desired Outcome]{The user shall only receive notifications at the | |
1670 | +times that were specified.} | |
1677 | 1671 | \\ |
1678 | -\item[User Goals]{The User shall not be bothered needlessly or at | |
1679 | -inconvenient times} | |
1672 | +\item[User Goals]{The user shall not be bothered needlessly or at | |
1673 | +inconvenient times.} | |
1680 | 1674 | |
1681 | 1675 | \item[Primary Actor]{User (student)} |
1682 | 1676 | |
... | ... | @@ -1691,9 +1685,7 @@ inconvenient times} |
1691 | 1685 | \begin{itemize} |
1692 | 1686 | \itemsep1pt\parskip0pt\parsep0pt |
1693 | 1687 | \item |
1694 | - {User has a verified account} | |
1695 | -\item | |
1696 | - {User is at application's home screen} | |
1688 | + {The user has a verified account.} | |
1697 | 1689 | \end{itemize} |
1698 | 1690 | |
1699 | 1691 | \item[Post-conditions]{} |
... | ... | @@ -1701,10 +1693,10 @@ inconvenient times} |
1701 | 1693 | \begin{itemize} |
1702 | 1694 | \itemsep1pt\parskip0pt\parsep0pt |
1703 | 1695 | \item |
1704 | - {User only receive notifications at specified times} | |
1696 | + {The user only receive notifications at specified times.} | |
1705 | 1697 | \end{itemize} |
1706 | 1698 | |
1707 | -\item[Trigger]{User indicates that they want to change their notification | |
1699 | +\item[Trigger]{The user indicates that they want to change their notification | |
1708 | 1700 | settings.} |
1709 | 1701 | |
1710 | 1702 | \item[Workflow] |
... | ... | @@ -1712,17 +1704,17 @@ settings.} |
1712 | 1704 | \begin{enumerate} |
1713 | 1705 | \itemsep1pt\parskip0pt\parsep0pt |
1714 | 1706 | \item |
1715 | - {User selects ``Account Settings'' button from a header.} | |
1707 | + {The user selects ``Settings'' button from the navigation menu bar.} | |
1716 | 1708 | \item |
1717 | - {The Client displays a settings screen.} | |
1709 | + {The frontend displays a settings screen.} | |
1718 | 1710 | \item |
1719 | - {User shall modify notifications and settings as seen fit.} | |
1711 | + {The user shall modify notifications and settings as they see fit.} | |
1720 | 1712 | \item |
1721 | - {User shall click ``Save Settings'' button.} | |
1713 | + {The user shall click ``Save Settings'' button.} | |
1722 | 1714 | \item |
1723 | - {Client shall display a message confirming the settings are saved.} | |
1715 | + {The frontend shall display a message confirming the settings are saved.} | |
1724 | 1716 | \item |
1725 | - {System shall save notification settings to the user's attributes.} | |
1717 | + {The backend shall save notification settings to the user's attributes.} | |
1726 | 1718 | \end{enumerate} |
1727 | 1719 | \end{description} |
1728 | 1720 | \end{document} |