@extends('adminlte::page') @section('title', 'Raspberry Network | Applications') @section('content_header')

Application Management / Peer Review

@stop @section('content')

Voting Reminder

Applications which gain more than 50% of positive votes are automatically approved after one day.

Conversely, applications that do not reach this number are automatically denied.

Please note that the vote system can be overriden.

Vote Backlog

@if(!$applications->isEmpty()) @foreach($applications as $application) @endforeach
# Applicant Name Last Acted On Status Actions
{{$application->id}} {{$application->user->name}} {{$application->created_at}} {{($application->applicationStatus == 'STAGE_PEERAPPROVAL') ? 'Peer Review' : 'Unknown'}}
@else

There are no applications pending review

Check the other queues for any applications! Applications will be shown here as soon as their interview is completed. You'll be able to view meeting notes and vote based on your observations.
@endif
@stop