From 603b7e06d7ea4000a95733865485de6122869ac0 Mon Sep 17 00:00:00 2001 From: Yuri Resende Date: Fri, 3 Mar 2023 23:07:04 -0300 Subject: [PATCH] =?UTF-8?q?Adicionando=20a=20avalia=C3=A7=C3=A3o=20da=20ap?= =?UTF-8?q?resenta=C3=A7=C3=A3o=20dos=20relat=C3=B3rios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../administrador/analisarProposta.blade.php | 302 +++++++++--------- 1 file changed, 143 insertions(+), 159 deletions(-) diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index e96e622..8df8c25 100644 --- a/resources/views/administrador/analisarProposta.blade.php +++ b/resources/views/administrador/analisarProposta.blade.php @@ -435,105 +435,94 @@
+ {{-- Anexo do Projeto --}}
- @if($evento->tipo != "CONTINUO") - {{-- Anexo do Projeto --}} - {{-- Arquivo --}} -
- - + {{-- Arquivo --}} +
+ + -
+
- @if($evento->tipo != "PIBEX") -
- - + @if($evento->tipo != "PIBEX") +
+ + -
- @endif +
+ @endif - @if($evento->tipo != "PIBEX") -
- @if($trabalho->anexoAutorizacaoComiteEtica != null) - - + @if($evento->tipo != "PIBEX") +
+ @if($trabalho->anexoAutorizacaoComiteEtica != null) + + + @else + + @if($trabalho->justificativaAutorizacaoEtica != null) + @else - - @if($trabalho->justificativaAutorizacaoEtica != null) - - @else - - - @endif + - @endif -
- @endif + @endif +
+ @endif - @if($evento->tipo != "PIBEX") -
- - + @if($evento->tipo != "PIBEX") +
+ + -
- @endif +
+ @endif - @if($evento->tipo != "PIBEX") -
- - @if($trabalho->anexoGrupoPesquisa != null) - - @else - - - @endif -
- @endif + @if($evento->tipo != "PIBEX") +
+ + @if($trabalho->anexoGrupoPesquisa != null) + + @else + - + @endif +
+ @endif + + @if($evento->tipo == 'PIBIC' || $evento->tipo == 'PIBIC-EM' || $evento->tipo == "PIBEX") + {{-- Decisão do CONSU --}} +
+ + +
+ @endif + @if($evento->nome_docExtra != null) + {{-- Documento Extra --}} +
+ + @if($trabalho->anexo_docExtra) + + @else + + + + @endif +
+ @endif - @if($evento->tipo == 'PIBIC' || $evento->tipo == 'PIBIC-EM' || $evento->tipo == "PIBEX") - {{-- Decisão do CONSU --}} -
- - -
- @endif - @if($evento->nome_docExtra != null) - {{-- Documento Extra --}} -
- - @if($trabalho->anexo_docExtra) - - @else - - - - @endif -
- @endif - @else -
- - - -
- @endif
@@ -541,7 +530,6 @@ - @if($evento->tipo != "CONTINUO")
@@ -751,85 +739,82 @@
@if(count($arquivos) > 0) - -
-
Avaliações de Relatórios Parciais
-
- - @for ($i = 0; $i < count($arquivos); $i++) -
-
Título: {{$arquivos[$i]->titulo}}
-
-
-
Média das avaliações: {{$mediaAval[$i]['relatorio_parcial']}}
-
Média da apresentação: {{$mediaAval[$i]['apresentacao_parcial']}}
-
Avaliações pendentes: {{$mediaAval[$i]['pendentes_parcial']}}
-

-
-
- @foreach($mediaAval[$i]['avaliacoes_parciais'] as $aval) -
- -
-
-
{{\App\User::find($aval->user_id)->name}}
-
- @if($aval->nota == null) Pendente @else Avaliação @endif
- @if($aval->nota == null) -
Remover
- @endif -
+
Avaliações de Relatórios Parciais
+
+ @for ($i = 0; $i < count($arquivos); $i++) +
+
Título: {{$arquivos[$i]->titulo}}
+
Média das avaliações: {{$mediaAval[$i]['relatorio_parcial']}}
+
Média da apresentação: {{$mediaAval[$i]['apresentacao_parcial']}}
+
Avaliações pendentes: {{$mediaAval[$i]['pendentes_parcial']}}
+

+
+
+ @foreach($mediaAval[$i]['avaliacoes_parciais'] as $aval) +
+ +
+
+
{{\App\User::find($aval->user_id)->name}}
+
+ @if($aval->nota == null) Pendente @else Avaliação @endif
+ @if($aval->nota == null) +
Remover
+ @endif +
- -