Live (Linked) Config · data links for Performance Appraisal

Live links tie a Performance Appraisal objective to real data from an existing module. They appear in the Live (Linked) dropdown on Performance.

@if ($canManage)

Create a live link

@if ($newSource) @php $rc = ['green' => ['#dcfce7', '#166534'], 'yellow' => ['#fef9c3', '#854d0e'], 'red' => ['#fee2e2', '#991b1b']]; [$pb, $pf] = $rc[$preview['ryg'] ?? ''] ?? ['var(--bg2)', 'var(--ink)']; @endphp
Will display @if ($preview) {{ $preview['value'] }} · {{ $preview['label'] }} (live now, this quarter) @else No live data available for this source yet. @endif
@endif
@endif

Custom live links

@if ($canManage)@endif @forelse ($customs as $l) @php $src = $sources[$l->source] ?? null; @endphp @if ($canManage) @endif @empty @endforelse
NameLinked moduleMetric
{{ $l->label }} {{ $src['module'] ?? $l->source }} {{ $src['label'] ?? '—' }}
No custom live links yet.@if ($canManage) Create one above.@endif

Built-in live links · always available

@foreach ($builtins as $b) @endforeach
NameLinked module
{{ $b['label'] }}{{ $b['module'] }}