mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-22 14:23:57 +00:00
Updated Use Case Specification: Price Alarm List (markdown)
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
|
## 2. Flow of Events
|
||||||
### Activity Diagram
|
### 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)
|
[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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user