From 05610f49f6f8eeef2ba713f3c26d7c1b0bac59ad Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Fri, 5 Jun 2015 00:17:56 -0700 Subject: [PATCH] Fixed F1 --- DesignUseCases.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.} -- 1.9.1