Logo Lanfrica

danidlsa/pwd-zanzibar

Domain:

healthcaregeospatial

Record type:

software
Creator:
dan
Host:
# Zanzibar PWD Dashboard An R Shiny dashboard mapping care and support services for persons with disabilities (PWD) in Unguja, Zanzibar — built under UNDP's **Care Georeferencing Tool (CGT)**, part of the joint global programme *"Unpaid Care, Disability, and Gender Transformative Approach Programme"*. **Live app:** cgtundp.shinyapps.io See METHODOLOGICAL_NOTE.md for full background on the CGT, data sources, and intended use. ## Features - Interactive Leaflet map of specialized care and support facilities, health facilities, and education facilities across Unguja - Filtering by district, service type, disability type, and accessibility features - Bilingual interface (English / Kiswahili) - Facility detail panel with service, staffing, and accessibility information - Data table view with CSV / Excel export - Authenticated view with demand-side (PWD population) and accessibility layers - Built-in accessibility menu — text size, high-contrast, and night mode toggles (targets WCAG 2.1 AA) - Mobile-responsive layout ## Repository structure ``` ├── app.R # Entry point ├── global.R # Data loading and setup, run once at startup ├── ui.R # UI layout ├── server.R # Server logic ├── helpers/ │ ├── data_prep.R # Data loading/cleaning helpers │ ├── detail_panel.R # Facility detail panel builder │ └── translations.R # EN/SW translation strings ├── www/ # Static assets (logo, CSS/JS) — field photos excluded, see below ├── install_packages.R # One-off script to install required R packages ├── METHODOLOGICAL_NOTE.md # CGT background, data sources, intended use ├── LICENSE # MIT (code only) └── data/ # NOT included in this repo — see Data below ``` ## Data This repository does **not** include the underlying data, because the fieldwork dataset contains personal information (interviewee names, phone numbers, em …