Skip to content

Commit 1caef21

Browse files
Update README.md
1 parent 8c69a9c commit 1caef21

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ This is a flashcard study application inspired by Quizlet.
1717

1818
### 2. Create a flashcard or a flashcard set.
1919

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.
2130

2231
### 4. Delete a flashcard or a flashcard set.
2332

0 commit comments

Comments
 (0)