diff --git a/Use-Case-Specification:-Price-Alarm-List.md b/Use-Case-Specification:-Price-Alarm-List.md index 15fef3c..50d2672 100644 --- a/Use-Case-Specification:-Price-Alarm-List.md +++ b/Use-Case-Specification:-Price-Alarm-List.md @@ -5,7 +5,7 @@ This use case shows the flow for accessing the price alarm list and removing sin ## 2. Flow of Events ### Activity Diagram -![activity diagram]()
+![activity diagram](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/AC_Price_Alarm_List.png)
[Cucumber Test File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/priceAlarms.feature) ### 2.1 Accessing the price alarm list @@ -14,6 +14,9 @@ When the user is on the landing page and logged in, he can click the profile ico ### 2.2 Removing a price alarm Next to each price alarm item in the list, there will be a "remove" button. If the user clicks this button, he will be prompted to confirm the removal. If he proceeds, the price alarm will be deleted. +### 2.3 Editing a price alarm +Also, next to each price alarm item in the list, there will be an "edit" button. If the user clicks this button, a popup will open where the user can make changes to the alarm. When he clicks save, the price alarm will be updated. + ## 3. Special Requirements N/A