Resource configuration, access, validation, authorization, archival, long-content, and mobile settings states.
Block-composed data & operations coverage across realistic application states.
Archival requires explicit confirmation, policy permission, and a safe escape.
Archival requires explicit confirmation, policy permission, and a safe escape.
Imports stop immediately. Existing records remain read-only for the configured retention period.
test/dummy/app/components/gallery/flows/data_resource_settings_page.rbrender NitroKit::SettingsLayout.new(id: "gallery-data-resource-settings-layout") do |layout|
layout.navigation(label: "Data resource settings sections") { render_settings_navigation }
layout.content do
case settings_section
when "general"
render_general_settings
when "access"
render_access_settings
when "danger"
render_danger_settings
end
end
end