Updated Use Case Specification: Price Alarm List (markdown)

Patrick 2020-11-06 13:41:04 +01:00
parent b21016ef84
commit 6a8a091258

@ -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]()<br>
![activity diagram](https://github.com/Mueller-Patrick/Betterzon/blob/master/doku/AC_Price_Alarm_List.png)<br>
[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