Data resource overview
Searchable and filterable resource inventory with bulk selection, empty, failure, density, long-content, and mobile states.
Error screen
Component-composed data & operations coverage across realistic application states.
Complete screen
Data resources
A catalog failure preserves filters and presents an explicit recovery route.
Find data resources
Search by name, owner, or description, then narrow by status and kind.
Data resources could not be loaded
The current search remains visible while the catalog service reconnects.
Organization data resources
The resource query failed before any records were returned.
Resource catalog is unavailable
Retry after the catalog service reconnects.
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?