Faster Compliance Triage: Jump-to-Section Navigation in the Open Issues Panel
Faster Compliance Triage: Jump-to-Section Navigation in the Open Issues Panel
Version: 0.1.318 · Category: Navigation · UI/UX
If you manage a portfolio with 50 or more tenancies, you have probably found yourself scrolling endlessly through the Compliance dashboard's open-issues list just to reach the items flagged as Medium or Low risk. With v0.1.318, that scroll is gone.
What's new
The OpenIssuesPanel now organises every open compliance issue into four clearly labelled risk groups:
- Critical
- High
- Medium
- Low
Each group has a sticky section header that stays pinned at the top of the panel as you scroll, so you always know which risk tier you are looking at. Every header also carries an anchor ID, making it possible to link directly to a specific risk group.
The risk-level filter chips at the top of the panel have been updated too. Instead of filtering the list down to only matching cards (and hiding everything else), clicking a chip now scrolls the panel to that section — the full list remains visible, and you land exactly where you need to be.
How to use it
Jumping to a risk section
- Open the Compliance dashboard.
- Locate the Open Issues panel on the right-hand side.
- Click any of the risk-level chips in the filter strip — Critical, High, Medium, or Low.
- The panel scrolls instantly to the corresponding section header.
No cards are hidden. You can continue scrolling naturally from that point, or click another chip to jump again.
Scanning with sticky headers
As you scroll through a long list, the current section's header sticks to the top of the panel. This tells you at a glance which risk tier the cards below it belong to, without needing to scroll back up.
Direct anchor links
Each section header has a stable anchor ID:
| Risk level | Anchor |
|---|---|
| Critical | #risk-critical |
| High | #risk-high |
| Medium | #risk-medium |
| Low | #risk-low |
You can append these to the Compliance dashboard URL to deep-link a colleague directly to a specific risk group.
Design notes
The grouped-section pattern mirrors the notification slide-over, which uses date-grouped sections with sticky headers. The scroll-to-section behaviour on chip click is consistent with the RoomNavigator pill strip used in the check-out builder — a familiar interaction pattern already present in the platform.
Who benefits
- Property managers handling large portfolios who need to triage Critical issues first without losing sight of the full picture.
- Compliance officers reviewing end-of-tenancy readiness across many properties at once.
- Agents who share compliance dashboard links with landlords and want to direct attention to a specific risk tier.
Related
- Changelog — v0.1.318
- Compliance dashboard file:
src/app/dashboard/compliance/compliance-dashboard.tsx