Table of Contents |
---|
...
Legal entities and divisions should be filtered on portal by settlement, edrpou and Type. At the moment only MSP is shown on the map and filters, PHARMATHY will be done in future.
Each legal entity should contain link to the list of employees.
Divisions have link to the map and legal entity.
All datas are shown without scopes from reports DB.
Design
https://www.dropbox.com/sh/l31iagfifbfrigq/AAAtAJmNBRa2L37jVPamQUaWa?dl=0
Divisions
Specification
Search divisions
Search divisions by filters in payload.
- Search only ACTIVE divisions
Filter by
- region_name (optional, as `LIKE *`)
- district_name (optional, as `LIKE *`)
- settlement_name (optional, as `LIKE *`)
- name (optional, as `LIKE *`)
- type (optional, Dictionary DIVISION_TYPE)
- legal_entity.edrpou (optional)
- legal_entity_id (optional)
- legal_entity_name (optional)
In case none division was found return 200 and empty array.
Response
Division details + legal entity details
Show divisions on map
If there are several divisions with the same Latitude and Longitude, several meters should be added to coordinate in order to separate points on map.
...