From 4945309bd972f6c84efad9908b109220f79c58ef Mon Sep 17 00:00:00 2001 From: Matt Young Date: Thu, 26 Dec 2024 17:38:42 -0600 Subject: [PATCH] Clean up appearance of seating page. --- .../auditionSeating-results-table.blade.php | 58 +++++++++++-------- 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/resources/views/tabulation/auditionSeating-results-table.blade.php b/resources/views/tabulation/auditionSeating-results-table.blade.php index 8d043ea..41f7691 100644 --- a/resources/views/tabulation/auditionSeating-results-table.blade.php +++ b/resources/views/tabulation/auditionSeating-results-table.blade.php @@ -10,10 +10,16 @@ {{-- @foreach($judges as $judge)--}} {{-- {{ $judge->short_name() }}--}} {{-- @endforeach--}} - @if($audition->bonusScore()->count() > 0) - Bonus Score - @endif - Total Score + + Total Score + @if($audition->bonusScore()->count() > 0) +
+
+ + Has Bonus +
+ @endif +
All Scores? @@ -31,31 +37,33 @@ @if($entry['doubleData']) @if($entry['doublerRequest']) -

Request: {{$entry['doublerRequest']}}

+

Request: {{$entry['doublerRequest']}} +

@endif @include('tabulation.auditionSeating-doubler-block') -{{-- DOUBLER
--}} -{{-- @foreach($entry['doubleData'] as $double)--}} -{{-- ID: {{ $double['entryId'] }} - {{ $double['name'] }} - {{ $double['rank'] }}
--}} -{{-- Unscored Entries: {{ $double['unscored_in_audition'] }}
--}} -{{-- @foreach($double['limits'] as $limit)--}} -{{-- {{$limit['ensemble']->name}}: {{ $limit['limit'] }}
--}} -{{-- @endforeach--}} -{{--
--}} -{{-- @endforeach--}} + {{-- DOUBLER
--}} + {{-- @foreach($entry['doubleData'] as $double)--}} + {{-- ID: {{ $double['entryId'] }} - {{ $double['name'] }} - {{ $double['rank'] }}
--}} + {{-- Unscored Entries: {{ $double['unscored_in_audition'] }}
--}} + {{-- @foreach($double['limits'] as $limit)--}} + {{-- {{$limit['ensemble']->name}}: {{ $limit['limit'] }}
--}} + {{-- @endforeach--}} + {{--
--}} + {{-- @endforeach--}} @endif -{{-- @if($doublerService->studentIsDoubler($entry->student_id))--}} -{{-- @include('tabulation.auditionSeating-doubler-block')--}} -{{-- @endif--}} + {{-- @if($doublerService->studentIsDoubler($entry->student_id))--}} + {{-- @include('tabulation.auditionSeating-doubler-block')--}} + {{-- @endif--}} +
+ + +
+ {{ $entry['totalScore'] }} + @if($audition->bonusScore()->count() > 0 && $entry['hasBonusScores']) + + @endif +
- @if($audition->bonusScore()->count() > 0) - @if($entry['hasBonusScores']) - - @else - - @endif - @endif - {{ $entry['totalScore'] }} @if($entry['fullyScored'])