Dashboard
Overview
The Dashboard is the landing page after login, displaying KPI summary cards, quick action shortcuts, and a table of recent LVD changes. The dashboard title dynamically shows the partner name (e.g. "{partnerName} Dashboard").
Navigate to: Login → Dashboard or Sidebar → Dashboard

Header
| Element | Description |
|---|---|
| Breadcrumb | Shows navigation path (e.g. Dashboard) |
| Title | Displays {partnerName} Dashboard |
| Search icon | Search functionality |
| Refresh icon | Reloads dashboard data |
KPI Cards
Four summary cards with sparkline charts showing trends:
| Card | Description |
|---|---|
| Total Properties | Total number of properties managed by this partner |
| Unassessed Properties | Properties not yet assessed for rateable value |
| Imports This Year | Number of LVD imports performed in the current year |
| Last Adjusted | Timestamp or count of the last LVD adjustment |

!!! info "Dashboard Data" All dashboard data currently displays hardcoded demo data. KPI values and recent changes do not reflect live API data. This is a known issue pending backend integration.
Quick Actions
Eight action cards providing shortcuts to key modules:
| Action | Destination | Description |
|---|---|---|
| Entities | Entity management | Manage MMDA entities |
| Property Rate Import | LVD Import | Upload Excel files with LVD data |
| Change History | LVD History | View past LVD imports and changes |
| Rate Modify | Rate modification | Adjust rate values |
| Approvals | Approval workflow | Review pending approvals |
| Partners | Partner management | Manage partner accounts |
| Reports | Financial Reports | View financial reports |
| Settings | Settings | Profile and security settings |

Recent Changes Table
A table showing the 10 most recent LVD data changes:
| Column | Description |
|---|---|
| Account No | Property account number |
| Block ID | Block identifier |
| Address | Property address |
| Zone & Use | Zone classification and property use type |
| Rateable Value | Assessed rateable value (GHS) |
| Rate Impost | Rate impost percentage |
| Min/Max | Minimum and maximum rate bounds |
| Property Owner | Name of the property owner |
| Contact Info | Owner contact details |
| Revenue Info | Revenue collection details |

!!! tip "Things to check" - Dashboard title dynamically reflects the logged-in partner's name - KPI card sparklines render correctly with demo data - All 8 Quick Action cards navigate to the correct modules - Recent Changes table displays all 10 columns without truncation - Refresh icon reloads dashboard data (currently reloads demo data) - Search icon triggers search functionality on the dashboard