One Click to Fix: Direct Compliance Navigation in the Dashboard
One Click to Fix: Direct Compliance Navigation in the Dashboard
Release: v0.1.270
The Problem
The Compliance Dashboard's open issues panel showed you what was wrong, but didn't give you a fast way to act on it.
Each IssueCard had a 'Learn more about this requirement' button that opened a help panel — useful for understanding a rule, but it left the actual remediation work to the user. To take action, you had to:
- Read the property address from the issue card.
- Navigate away to the tenancy list.
- Locate the matching tenancy manually.
- Open its compliance tab.
Meanwhile, the Work Queue already had a Fix Now button that deep-linked directly to ?tab=compliance. The Compliance Dashboard's own issue list lacked this same shortcut — an inconsistency that added unnecessary friction for anyone working through open issues.
What's New
Every IssueCard in the Compliance Dashboard's open issues panel now includes a 'Fix Now →' button alongside the existing 'Learn more' option.
Clicking it takes you straight to:
/dashboard/tenancies/{tenancyId}?tab=compliance
No detour. No manual searching. One click from spotting an issue to being on the screen where you can fix it.
Visual Consistency
The button styling deliberately mirrors the Work Queue's ComplianceCard CTA:
| Risk Level | Button Colour |
|---|---|
| Critical | Amber |
| High | Amber |
| Medium / Low | Default |
Amber signals urgency and matches what users already see in the Work Queue, so the visual language is consistent across the dashboard.
Summary
| Before | After |
|---|---|
| 'Learn more' opens help panel only | 'Learn more' + 'Fix Now →' on every issue |
| 4-step manual navigation to act on an issue | 1-click direct link to the tenancy's compliance tab |
Work Queue had Fix Now; Dashboard did not | Both surfaces now have direct action navigation |