What's New in v0.1.16: The Tenancy Overview Is Now Complete
What's New in v0.1.16: The Tenancy Overview Is Now Complete
Version: v0.1.16
Release: GitHub — v0.1.16
v0.1.16 completes the tenancy overview and term management screen, making it the single place to manage everything about a tenancy. This release adds the Documents tab, Comments tab, and full term detail to the Overview — rounding out a feature that was already partially built.
Documents: eSigning Status in One Place
A new Documents tab surfaces all eSigning tasks linked to a tenancy. Property managers can now see, at a glance:
- What document was sent (e.g. Tenancy Agreement)
- Who it was sent to
- When it was created
- Whether it is pending, sent, signed, completed, invalidated, or expired
Status is shown as a colour-coded badge so the most important information is immediately visible — no need to open a separate eSigning tool.
The Overview tab also shows an inline Signed Documents summary (up to 5 most recent) so you can check signing status without leaving the main summary view.
Comments: A Shared Thread Per Tenancy
The new Comments tab gives every member of your team a shared, auditable thread on each tenancy. You can:
- Read the full comment history with timestamps and author names
- Post new comments using the in-page form
- See a character counter as you type
- Watch the list update immediately after you post
All comments are stored against your organisation, linked to the tenancy, and written to the audit log — so you always have a traceable record of decisions and notes.
Term Detail on the Overview
The Overview tab now shows a Current Term Detail card when a term is selected in the term navigation bar. It displays:
- Term status
- Tenant name and email
- Landlord name and email
- Monthly rent (£GBP)
- Term start and end dates
For multi-term tenancies this makes it easy to compare terms without navigating away.
Live Badge Counts on Tabs
The Documents and Comments tabs now show live numeric badges in the tab bar. The counts come from the database in real time, so you can see at a glance whether there are outstanding documents or unread comments without clicking into each tab.
Improved Breadcrumb
The breadcrumb now includes a link back to the Tenancies list:
Dashboard / Tenancies / Overview
This makes it easier to move between tenancies without using the browser back button.
What Was Already There
This release builds on top of the existing tenancy overview structure. The following were already in place and are preserved:
- Header with contextual action buttons (Action Renewal, Confirm Move-In, End Tenancy)
- Term navigation bar for multi-term tenancies
- Summary cards for rent, dates, and open tasks
- Tenants, Payments, Tasks, Compliance, Renewals, and Activity tabs
Technical Summary
| Area | What Changed |
|---|---|
| Schema | New tenancy_comments table (orgId-scoped, audit-logged) |
| Router | getSignedDocs, listComments, addComment endpoints added; overviewCounts extended |
| UI | Documents tab, Comments tab, term detail card, signed docs summary, tab badges, breadcrumb link |
| Root Router | Registered branding, portal, management, referencing, and customPayment routers |
All data comes from real database queries. Every query is scoped by orgId for row-level security. Comments use audit logging for compliance.