You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,16 @@ This is a flashcard study application inspired by Quizlet.
17
17
18
18
### 2. Create a flashcard or a flashcard set.
19
19
20
-
### 3. Edit a flashcard or a flashcard set.
20
+
### 3a. Edit a flashcard set.
21
+
- If there are no flashcard sets on the main page, then we cannot edit a flashcard set.
22
+
- If there is a flashcard set, the user can choose which flashcard set to edit and can click the "Edit" button of the desired flashcard set.
23
+
- When "Edit" is clicked an Editor Main Page is shown. There is an "Edit Flashcard Set" button and when clicked a window pops up with Title and Description text prompts for the user to edit. The user cannot change the Title to an empty title.
24
+
### 3b. Edit a flashcard in a flashcard set.
25
+
- If there are no flashcard sets on the main page, then we cannot edit a flashcard in a flashcard set.
26
+
- If there is a flashcard set, the user can choose which flashcard set to edit and can click the "Edit" button of the desired flashcard set.
27
+
- When "Edit" is clicked an Editor Main Page is shown.
28
+
- If there are no flashcards, the user cannot edit a flashcard.
29
+
- If there are flashcards, the user can choose which flashcard to edit by clicking the "Edit Flashcard" button. When clicked a window pops up with Term and Definition text prompts for the user to edit. The user cannot change the Term to an empty term.
0 commit comments