Skip to content

Commit 6df8104

Browse files
authored
Added description for search use case
1 parent c2532c8 commit 6df8104

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ This is a flashcard study application inspired by Quizlet.
3131
### 4. Delete a flashcard or a flashcard set.
3232

3333
### 5. Search for a public flashcard set.
34+
- If the user selects the search button from the main page the user can search through the public community database for flashcard sets
35+
- The user types in search input, and selects tags to search from (title, description, owner), or optionally they can choose to “search all”
36+
- The user will be taken to a results screen where a list of all the public flashcard sets matching the user’s search will be returned, displaying the title, description, and creator for each
37+
- If the user is an admin, a list of all flashcard sets will be returned, regardless if the flashcard set is public or private
38+
- Once the user is on the results screen they are able to study or take a quiz for each flashcard set
39+
- If the user is an admin they also have the ability to edit and delete every flashcard set in the results
3440

3541
### 6. Study from a flashcard set.
3642

0 commit comments

Comments
 (0)