Resource Register

A register-style list for records, statuses, ownership, and review actions.

Show dense but scannable data presentation for repeated operational use.
Resource Register

Evidence Asset Register

Micro App Contract

This example is a contained UIF Micro App: route-scoped assets, browser-side state, visible controls, and a bounded root that can run inside the larger public shell.

Pattern Purpose

Use this pattern when users need to compare many operational records and act on ownership, status, or review dates.

Recommended Structure

Lead with record identity, expose owner and status columns, keep dates sortable, and reserve row actions for record-specific work.

What Users Can Try

  • Filter register records by status and search text.
  • Add a local browser-only record.
  • Select a row to inspect detail and next action.
  • Export the visible register as CSV.
Sample Markup
<table class="uif-register">
  <thead><tr><th>Asset</th><th>Owner</th><th>Status</th></tr></thead>
  <tbody>...</tbody>
</table>