Skip to content

List all current occurences #4

@sasoRP

Description

@sasoRP

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"}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions