Implemented the first version of provider readiness resolution guidance. Added the ProviderReadinessResolutionAdapter, provider readiness guidance card, and updated EnvironmentRequiredPermissions, ProviderConnectionResource, and ListProviderConnections/ViewProviderConnection. Added tests and updated the design coverage matrix. Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #424
8 lines
297 B
PHP
8 lines
297 B
PHP
@if (is_array($guidance ?? null) && $guidance !== [])
|
|
@include('filament.partials.provider-readiness-guidance-card', [
|
|
'guidance' => $guidance,
|
|
'inlinePrimaryAction' => $inlinePrimaryAction ?? false,
|
|
'primaryActionMethod' => $primaryActionMethod ?? null,
|
|
])
|
|
@endif
|