From 68e250895275046a115f03bb08ec4c72169d74ab Mon Sep 17 00:00:00 2001 From: henningxtro Date: Thu, 3 Dec 2020 11:22:49 +0100 Subject: [PATCH] Created Use Case Specification: Favorite Shop List (markdown) --- Use-Case-Specification:-Favorite-Shop-List.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Use-Case-Specification:-Favorite-Shop-List.md diff --git a/Use-Case-Specification:-Favorite-Shop-List.md b/Use-Case-Specification:-Favorite-Shop-List.md new file mode 100644 index 0000000..53bcdc2 --- /dev/null +++ b/Use-Case-Specification:-Favorite-Shop-List.md @@ -0,0 +1,22 @@ +# Use-Case Specification: Favorite Shop List +## 1. Use-Case: Favorite Shop List +### 1.1 Brief Description +Users should have the option to add a shop to their favorites. Favorites can be taken into account when the user sorts and or filters search results. +Users can add a shop to their favorites on the vendor detail page. + +## 2. Flow of Events +### Activity Diagram +![activity diagram](https://example.com) + + +## 3. Special Requirements +TBD + +## 4. Preconditions +### 4.1 The user is logged in + +## 5. Postconditions +TBD + +## 6. Function Points +[tbd] \ No newline at end of file