-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: initial mock data MWI floods AB#14732
- Loading branch information
1 parent
365aa50
commit 0aa78c1
Showing
15 changed files
with
5,029 additions
and
35 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...vice/src/api/admin-area-dynamic-data/dto/example/MWI/floods/upload-alert_threshold-1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"placeCode": "MW1", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW2", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW3", | ||
"amount": 1 | ||
} | ||
] |
130 changes: 130 additions & 0 deletions
130
...vice/src/api/admin-area-dynamic-data/dto/example/MWI/floods/upload-alert_threshold-2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
[ | ||
{ | ||
"placeCode": "MW101", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW102", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW103", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW104", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW105", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW106", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW107", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW201", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW202", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW203", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW204", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW205", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW206", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW207", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW208", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW209", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW210", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW301", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW302", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW303", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW304", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW305", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW306", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW307", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW308", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW309", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW310", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW311", | ||
"amount": 1 | ||
}, | ||
{ | ||
"placeCode": "MW312", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW313", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW314", | ||
"amount": 0 | ||
}, | ||
{ | ||
"placeCode": "MW315", | ||
"amount": 0 | ||
} | ||
] |
Oops, something went wrong.