-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As a user
I want to get a list of all current occurrences
So that I can have a country wide idea of what's going on in Portugal
Acceptance Criteria:
- When the user opens the application, a list of all occurences must be displayed.
- Each item of the list should include the following data:
. Distrito / Time - as the title;
. Concelho;
. Freguesia;
. Localidade;
. Google Maps link;
. # Meios terrestres;
. # Operacionais terrestres;
. # Meios aéreos;
. # Operacionais aéreos.
Notes:
Endpoint to get all occurrences: http://www.prociv.pt/_vti_bin/ARM.ANPC.UI/ANPC_SituacaoOperacional.svc/GetHistoryOccurrencesByLocation
Method: POST
Parameters:
{"distritoID":null,"concelhoID":null,"freguesiaID":null,"pageSize":100,"pageIndex":1,"forToday":false,"natureza":"0"}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request