Unooma: Property Manager
Portfolio, tenancies and approvals for managers
The manager side of the same platform: properties and units, tenancy lifecycle, document handling and approval of the requests coming in from tenants.
Overview
Where the tenant app is one person's view, the property manager app is the whole portfolio. It covers the tenancy lifecycle end to end — listing units, onboarding a tenant, issuing and tracking lease documents, and working through the maintenance queue. Same stack and same design language as the tenant app, with a different set of role-based permissions layered over it; sharing the codebase's conventions meant a change to lease handling landed in both apps rather than being reimplemented twice.
Inside the build
Portfolio and tenancy lifecycle
Units, tenancies and their documents in one place, from listing through to end of lease.
Approval workflows
Maintenance and document requests arrive as a queue a manager can actually work through, with the state visible to the tenant at the other end.
Shared foundations
Auth, API layer and design system are shared with the tenant and maintenance apps, so a fix lands once.

