Updated Use Case Specification: Search for Product (markdown)

Patrick 2020-11-05 12:03:23 +01:00
parent 7534f70541
commit cfc12fb140

@ -5,7 +5,8 @@ This use case shows the flow for searching a product and (if logged in) setting
## 2. Flow of Events
### Activity Diagram
![activity diagram](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/AC_SearchProduct.png)
![activity diagram](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/AC_SearchProduct.png)<br>
[Cucumber Test File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/searchProduct.feature)
### 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.