Administrative Hierarchy
The administrative hierarchy structures the country's territorial divisions. It is used to organize data and filter information throughout the system.
Structure
Region
└── Sector
└── Locality (village / neighborhood / tabanca)
Each level is linked to the upper level, allowing cascading filters.
Regions
Access
Menu: Geographic Reference → Regions
Description
Regions are the highest administrative level. In the context of the PCH program, the intervention regions are typically Bafatá and Oio.
Displayed Columns
| Column | Description |
|---|---|
| Name | Region name |
| Code | Abbreviated code (e.g., BA, OI) |
| Households | Number of registered households |
| GPS | Centroid coordinates |
Statistics
- Total: Number of regions
- With GPS: Regions with coordinates
- Households: Total households in displayed regions
Actions
| Action | Permission | Description |
|---|---|---|
| Add | regions.create | Create a new region |
| Edit | regions.edit | Update information |
| Delete | regions.delete | Delete a region |
Form
| Field | Type | Required | Description |
|---|---|---|---|
| Name | Text | Yes | Region name |
| Code | Text | No | Abbreviated code |
| Latitude | Number | No | Centroid latitude |
| Longitude | Number | No | Centroid longitude |
Sectors
Access
Menu: Geographic Reference → Sectors
Description
Sectors are administrative subdivisions of regions. They group several localities.
Available Filters
| Filter | Description |
|---|---|
| Region | Filter by parent region |
Displayed Columns
| Column | Description |
|---|---|
| Region | Parent region |
| Name | Sector name |
| Code | Sector code |
| Households | Number of households |
| GPS | Centroid coordinates |
Statistics
- Total: Number of sectors
- With GPS: Sectors with coordinates
- Households: Total households
Actions
| Action | Permission | Description |
|---|---|---|
| Add | secteurs.create | Create a new sector |
| Edit | secteurs.edit | Update information |
| Delete | secteurs.delete | Delete a sector |
Form
| Field | Type | Required | Description |
|---|---|---|---|
| Name | Text | Yes | Sector name |
| Code | Text | No | Sector code |
| Region | Selection | No | Parent region |
| Latitude | Number | No | Centroid latitude |
| Longitude | Number | No | Centroid longitude |
Localities
Access
Menu: Geographic Reference → Localities
Description
Localities represent the finest level of the hierarchy: villages, neighborhoods, or tabancas. Households are linked at this level.
Available Filters
| Filter | Description |
|---|---|
| Region | Filter by region |
| Sector | Filter by sector (cascade) |
First select a region to see only that region's sectors in the second filter.
Locality Types
| Type | Description |
|---|---|
| Village | Rural area |
| Neighborhood | Urban area |
| Tabanca | Traditional village (Guinea-Bissau) |
Displayed Columns
| Column | Description |
|---|---|
| Region | Region (via sector) |
| Sector | Parent sector |
| Name | Locality name |
| Code | Locality code |
| Type | Village / Neighborhood / Tabanca |
| Population | Estimated population |
| Households | Number of registered households |
| GPS | Coordinates |
Statistics
- Total: Number of localities
- With GPS: Geolocated localities
- Households: Total households
- Population: Total estimated population
Actions
| Action | Permission | Description |
|---|---|---|
| Add | localites.create | Create a new locality |
| Edit | localites.edit | Update information |
| Delete | localites.delete | Delete a locality |
Form
| Field | Type | Required | Description |
|---|---|---|---|
| Name | Text | Yes | Locality name |
| Code | Text | No | Locality code |
| Sector | Selection | Yes | Parent sector |
| Type | Selection | No | Village / Neighborhood / Tabanca |
| Population | Number | No | Estimated population |
| Households | Number | No | Estimated number of households |
| Latitude | Number | No | Latitude |
| Longitude | Number | No | Longitude |
Best Practices
Name Consistency
- Use consistent capitalization (e.g., first letter uppercase)
- Avoid ambiguous abbreviations
- Prefer official names
Codes
Codes facilitate identification and import:
- Regions: 2 letters (BA, OI)
- Sectors: Region code + number (BA-01)
- Localities: Sector code + number (BA-01-001)
GPS Coordinates
For regions and sectors, use the centroid (geographic center). For localities, use the central point of the village/neighborhood.
Household Assignment
Each household is linked to:
- A locality (required for fine geolocation)
- A sector (via locality or directly)
- A region (via sector or directly)
Use Cases
Add a new locality
- Go to Geographic Reference → Localities
- Click Add
- Enter the name and select the sector
- Indicate the type (village/neighborhood/tabanca)
- Add GPS coordinates if available
- Click Save
Filter by geographic area
- Use the Region filter to select a region
- The Sector filter shows only that region's sectors
- The table displays matching localities
Export data
- Apply desired filters
- Click the Export menu
- Choose the format (CSV, Excel, PDF)
- The file contains only filtered data
Correct GPS coordinates
- Find the element in the table
- Click the Edit icon (pencil)
- Update latitude and/or longitude
- Click Save
Pagination
Lists are paginated to improve performance:
- 50 elements per page by default
- Navigation with previous/next buttons
- Current page and total indicator
Search and filters apply to all data, not just the current page.