From d3f36fd30e6af803a53f6baa501d1da7cfdeeaea Mon Sep 17 00:00:00 2001 From: Patrick <50352812+Mueller-Patrick@users.noreply.github.com> Date: Thu, 17 Jun 2021 16:25:36 +0200 Subject: [PATCH] Updated Use Case Specification: Search for Product (markdown) --- Use-Case-Specification:-Search-for-Product.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Use-Case-Specification:-Search-for-Product.md b/Use-Case-Specification:-Search-for-Product.md index e31a7bc..b795471 100644 --- a/Use-Case-Specification:-Search-for-Product.md +++ b/Use-Case-Specification:-Search-for-Product.md @@ -11,15 +11,19 @@ This use case shows the flow for searching a product and (if logged in) setting ### 2.1 Searching for a Product When the user enters the name of a product he wants to search and then clicks "search" or presses enter, he will be presented with a list of products that matched the search term. He can then choose the product that he wants from the list and click on it, which will forward him to the detail page for this product. If he is already logged in, he can also set a price alarm on the detail page. -## 3. Special Requirements +## 3. Mockups +![Landing Page](https://raw.githubusercontent.com/Mueller-Patrick/Betterzon/develop/doku/Betterzon_LP.png) +![Product Detail Page](https://raw.githubusercontent.com/Mueller-Patrick/Betterzon/develop/doku/Betterzon_PP.png) + +## 4. Special Requirements N/A -## 4. Preconditions -### 4.1 The user has to be logged in to set a price alarm +## 5. Preconditions +### 5.1 The user has to be logged in to set a price alarm Obviously, an anonymous user is not able to set a price alarm as we at least need the email address to send a notification. Therefore, only registered and logged in users are able to set a price alarm -## 5. Postconditions +## 6. Postconditions N/A -## 6. Function Points +## 7. Function Points 140 \ No newline at end of file