diff --git a/DesignUseCases.tex b/DesignUseCases.tex index eb37582..349f665 100644 --- a/DesignUseCases.tex +++ b/DesignUseCases.tex @@ -775,7 +775,7 @@ Login, {[}A3{]} Add a Class} \item {The User is at the live feed for the class from feed.html.} \item - {The User shall click on the 'Plus' button or press the hotkey 'c'.} + {The User shall click on the '+' button at the bottom right of the screen.} \item {The frontend shall present a modal for inputting the flashcard text to the User.} \item @@ -783,8 +783,9 @@ Login, {[}A3{]} Add a Class} \item {The User shall highlight keywords in the flashcard text.} \item - {The User shall click on the `Contribute' button to submit the flashcard - text, blanks, and material date, in JSON form as a POST request.} + {The User shall click on the `Contribute' button.} +\item {The frontend shallsubmit the flashcard text, + blanks, and material date, in JSON form as a POST request.} \item {The backend shall obtain the flashcard information by deserializing the JSON in the POST request in views.py.}