Data resource overview
Searchable and filterable resource inventory with bulk selection, empty, failure, density, long-content, and mobile states.
Bulk screen
Component-composed data & operations coverage across realistic application states.
Complete screen
Data resources
A policy-gated application form selects resources and an operation for review.
Find data resources
Search by name, owner, or description, then narrow by status and kind.
Bulk resource action
Select resources and review the operation before applying it.
Organization data resources
Searchable resources with status, kind, owner, and record totals.
| Resource | Kind | Owner | Status | Records |
|---|---|---|---|---|
| Customer accounts | Dataset | Customer Operations | Healthy | 48,291 |
| Production deployments | Stream | Reliability Engineering | Healthy | 12,804 |
| Invoice ledger | Dataset | Finance | Healthy | 8,442 |
| Administrative audit trail | Stream | Security | Degraded | 1,284,320 |
| Integration catalog | Index | Developer Experience | Syncing | 184 |
| Legacy research archive | Archive | Research Operations | Read only | 92,118 |
Showing 6 of 24 resources
Viewport
Ruby
test/dummy/app/components/gallery/compositions/data_resource_overview_page.rbrender_search
render_error if state == "error"
render_bulk_action if state == "bulk"
render_resources
render_pagination if resources.any?