{{-- php setup-----------------------------------------}} @php function getGradientColor($value): string { $t = ($value - 1) / 4; // Max RGB value slightly dimmed (from 255 down to ~220) $max = 230; $min = 20; if ($t <= 0.5) { // Green → Yellow (0,max,0) to (max,max,0) $r = (int)(2 * $t * $max); $g = $max; } else { // Yellow → Red (max,max,0) to (max,0,0) $r = $max; $g = (int)((1 - 2 * ($t - 0.5)) * $max); } $b = $min; // we’re staying on the warm spectrum return "rgb($r, $g, $b, 0.9)"; } @endphp {{-- Blade --}}

10. Datenschutzfolgenabschätzung (DSFA)

@if($zustand == 1)
Es sollte zuerst eine Risikobewertung in CO-RISK durchgeführt werden.
@can('create_DS', new \App\Models\CoriskBewertung()) @if(!$readonly) @endif @if($coriskPopup)

Möchten Sie CO-DATproV+ wirklich verlassen? Ihre Änderungen werden beim verlassen gespeichert.

@endif @else @endcan @endif @if($zustand != 1)
Die Risikobewertung ergab ein Risikolevel von:
{{round($rl,2)}}
@endif @if(($zustand == 2 || $ausnahme_z2 !== null) && $rl >= 2.5)

{{ $questions[2] }}

@endif @if($zustand == 3) @if(!$readonly)
Bitte begründen sie, warum keine DSFA notwendig ist:
@endif @endif @if($zustand >= 4 )

{{ $questions[1] }}

@endif @if($zustand >= 5 && $mussliste_z4==0){{-- ist nicht in der Mussliste --}}

{{ $questions[3] }}

{{ $questions[4] }}

{{ $questions[5] }}

{{ $questions[6] }}

{{ $questions[7] }}

{{ $questions[8] }}

{{ $questions[9] }}

{{ $questions[10] }}

{{ $questions[11] }}

@endif @if($zustand == 6)
Die DSFA ist für dieses Verfahren erforderlich und wird in der Anlage "Datenschutzfolgeabschätzung" dokumentiert.
@endif @if($zustand == 7) @if(!$readonly)
Bitte begründen sie, ob eine DSFA erforderlich ist:
@endif
Falls die DSFA für dieses Verfahren erforderlich ist, wird diese in der Anlage "Datenschutzfolgeabschätzung" dokumentiert.
@endif @if($zustand == 3 || $zustand == 8)
Es ist keine DSFA für das Verfahren erforderlich.
@endif @if(($zustand == 7 || $zustand == 6) && !$readonly)

Wählen Sie bitte die Dateien aus, die Sie hochladen möchten:

{{-- Text --}}

Auf den Button klicken oder Dateien auf den Button ziehen (Drag & Drop)

{{-- "Button" für browser Upload--}}

{{-- echter Input (hidden) --}}
@endif @foreach($this->dateien as $file) @endforeach