Commit 05610f49f6f8eeef2ba713f3c26d7c1b0bac59ad

Authored by Rohan Rangray
1 parent f5324c837c
Exists in master

Fixed F1

Showing 1 changed file with 4 additions and 3 deletions Side-by-side Diff

DesignUseCases.tex View file @ 05610f4
... ... @@ -775,7 +775,7 @@
775 775 \item
776 776 {The User is at the live feed for the class from feed.html.}
777 777 \item
778   - {The User shall click on the 'Plus' button or press the hotkey 'c'.}
  778 + {The User shall click on the '+' button at the bottom right of the screen.}
779 779 \item
780 780 {The frontend shall present a modal for inputting the flashcard text to the User.}
781 781 \item
... ... @@ -783,8 +783,9 @@
783 783 \item
784 784 {The User shall highlight keywords in the flashcard text.}
785 785 \item
786   - {The User shall click on the `Contribute' button to submit the flashcard
787   - text, blanks, and material date, in JSON form as a POST request.}
  786 + {The User shall click on the `Contribute' button.}
  787 +\item {The frontend shallsubmit the flashcard text,
  788 + blanks, and material date, in JSON form as a POST request.}
788 789 \item
789 790 {The backend shall obtain the flashcard information by deserializing
790 791 the JSON in the POST request in views.py.}