mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-06-25 09:58:05 +00:00
Updated Use Case Specification: Price Alarm List (markdown)
@@ -5,7 +5,7 @@ This use case shows the flow for accessing the price alarm list and removing sin
|
|||||||
|
|
||||||
## 2. Flow of Events
|
## 2. Flow of Events
|
||||||
### Activity Diagram
|
### Activity Diagram
|
||||||
![activity diagram]()<br>
|
<br>
|
||||||
[Cucumber Test File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/priceAlarms.feature)
|
[Cucumber Test File](https://github.com/Mueller-Patrick/Betterzon/blob/master/CucumberTests/src/test/resource/priceAlarms.feature)
|
||||||
|
|
||||||
### 2.1 Accessing the price alarm list
|
### 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
|
### 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.
|
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
|
## 3. Special Requirements
|
||||||
N/A
|
N/A
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user