Updated Use Case Specification: Search for Product (markdown)

Patrick 2021-06-17 16:25:36 +02:00
parent dfccc9a8e4
commit d3f36fd30e

@ -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